CSS: 1. <link type="text/css" href="<%=ResolveUrl("~/css/css.css")%>" rel="stylesheet"/> asp.net relative server path <link type="text/css" href="/css/css.css" rel="stylesheet"/> 2. <style type="text/css"> .txtClass { font-size: 12px; } </style> JS: Tags cannot be abbreviated, must be <script></script> 1. <script type="text/javascript" src="<%=ResolveUrl("~/js/jquery-1.4.2.mini.js")%>" ></script> asp.net relative server path <script type="text/javascript" src="/js/jquery-1.4.2.mini.js" ></script> 2. <script language="javascript" type="text/javascript"> function check_up_message(text) { } </script> |
<<: Solution for Docker Swarm external verification load balancing not taking effect
>>: Web Design: Script Materials Reconstruct User Experience
[Abstract] This article quickly builds a complete...
Form submission code 1. Source code analysis <...
Before you begin Have a cloud server, mine is Ten...
If you want to solve the slow problem once and fo...
1. Command Introduction The passwd command is use...
By default, the border of the table is 0, and we ...
Sometimes it’s nice to see some nice scroll bar e...
Table of contents 1. Scenario description: 2. Cas...
Typical layout examples As shown in the above pic...
This article example shares the specific code of ...
Three times of memorization allows you to remembe...
Flex Layout Flex is the abbreviation of Flexible ...
This article example shares the specific code of ...
MySQL Create Database After logging into the MySQ...
1 Start the Docker service First you need to know...