Referencing External Style Sheet
Connect Style Sheet to HTML File
<!DOCTYPE html>
<head>
<link rel="stylesheet" type="text/css" href="style1.css">
<title> My CSS Style Sheet </title>
</head>
<body>
<p> This is a paragraph </p>
</body>
</html>Last updated