HTML and CSS Reference
In-Depth Information
Apply formatting
1.
Enclose the words Dogs Home Page in <h1> (heading, size 1)
tags:
<html>
<head>
<link rel="stylesheet" href="format.css">
<title>A Home Page About Dogs</title>
</head>
<body>
<h1> Dogs Home Page </h1>
</body>
</html>
Search WWH ::




Custom Search