My Second Webpage
Copy and paste the example and give it a try.

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="author"content="your name goes here" />
<title>My Second Web Page</title>
</head>
<body>
<center><h1>My First Header</h1></center>
<p>My first paragraph.</p>
<p>My second paragraph.</p>
</body>
</html>

Try the following. What happens? Why?

  1. Put several blank lines in the body
  2. Add more pragraphs
  3. Add several spaces (blank characters) together in the lines of text in the body
  4. Put a <br/> between the lines of text in the body
  5. Put a <p/> between the lines of text in the body
  6. Put <p> </p> around one or more lines of text