Sunday, January 12, 2014

Link CSS file in HTML

Link CSS file in HTML

before </head> write this code

<link rel="stylesheet" href="yourfilename.css">

How To Use CSS in line

<body>
<p style="color : blue; font-size : 3em;">Use CSS In Line</p> 

0 comments:

Post a Comment