HTML and CSS Reference
In-Depth Information
Change text weight
1.
In Notepad, open index.html .
2.
Below the heading, insert a paragraph:
<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 favorite breeds of dog:</p>
</body>
</html>
Search WWH ::




Custom Search