Which section is the best place to give reference to an External style sheets?

 Posted by vishalneeraj-24503 on 3/13/2014 | Category: ASP.NET Interview questions | Views: 1572 | Points: 40
Answer:

<HEAD> section is the best place to give reference to an External style sheets in HTML page.

For Example:
<head>
<link type="text/css" rel="stylesheet" href="style/common.css" />
</head>


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response