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>

0 Responses to “How to Link to an external style sheet using html”

Post a Comment