Link to an external style sheet

Link to an external style sheet

<!DOCTYPE html>
<html>
<head>

<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<h3>I am formatted with an external style sheet</h3>
<p>Me too!</p>

</body>
</html>

Output

I am formatted with an external style sheet

Me too!

ليست هناك تعليقات:

إرسال تعليق