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?
- Put several blank lines in the body
- Add more pragraphs
- Add several spaces (blank characters) together in the lines of text in the body
- Put a
<br/>between the lines of text in the body- Put a
<p/>between the lines of text in the body- Put
<p> </p>around one or more lines of text