HTML and CSS Reference
In-Depth Information
Indent text
1.
Insert three new paragraphs into index.html :
<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>
<p>Chesapeake Bay Retriever</p>
<p>German Shepherd</p>
<p>Yorkshire Terrier</p>
</body>
</html>
Search WWH ::




Custom Search