Tuesday, 17 July 2012
How to Link to an external style sheet using html
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body>
<h1>formatted with an external style sheet</h1>
<p>ok!</p>
</body>
</html>
This post was written by: Bharathi
Bharthi is a professional blogger, web designer and front end web developer. Follow him on Twitter
Subscribe to:
Post Comments (Atom)
0 Responses to “How to Link to an external style sheet using html”
Post a Comment