Exercise: Line Breaks


  1. Open Notepad and type the following text:
  2. <!DOCTYPE html>
    <html>
    <head>
    <title>Paragraph</title>
    <head/>
    <body>
    <p>Paragraphs 1 and 2. Paragraphs 3 and 4.</p>
    <p>Paragraphs 5,6 and 7. Paragraph 8.</p>
    </body>
    </html>


  3. Insert a line break after Paragraphs 1 and 2.

  4. Insert a line break after Paragraphs 5,6 and 7.

  5. Save file as linebreaks.html

  6. Click the Answer button to check your work








Website Displays

Paragraphs 1 and 2.
Paragraphs 3 and 4.

Paragraphs 5,6 and 7.
Paragraph 8.