How to refer the.css file in the webpage ?

Sunny.Sagar
Posted by Sunny.Sagar under HTML 5 category on | Points: 40 | Views : 1488
To refer .css file in the webpage use link <link>tag.It is suggested to keep inside the head tag.
<link href="=/css/mystyle.css" type="text/css" rel="stylesheet" />

Comments or Responses

Login to post response