Monday 28 April 2014

How to reference css file in html

To Reference your css file from html put the following code in the head tag of html:

<link rel="stylesheet" type="text/css" href="main.css" />

assuming your css file name in main.css

No comments:

Post a Comment