HTML and CSS Reference
In-Depth Information
10. In the paragraph, enclose the words favorite breeds in <b>
(bold) tags:
<html>
<head>
<link rel="stylesheet" href="format.css">
<title>A Home Page About Dogs</title>
</head>
<body>
<h1>Dogs Home Page</h1>
<p>These are my <b> favorite breeds </b> of
dog:</p>
</body>
</html>
11. Save index.html .
Search WWH ::




Custom Search