1.

How Do You Use Css In Asp.net?

Answer»

Within the SECTION of an HTML document that will USE these styles, add a link to this external CSS style sheet that follows this FORM:

<link REL="STYLESHEET" type="text/css" HREF="MyStyles.css" />

MyStyles.css is the name of your external CSS style sheet.

 

Within the section of an HTML document that will use these styles, add a link to this external CSS style sheet that follows this form:

MyStyles.css is the name of your external CSS style sheet.

 



Discussion

No Comment Found