Welcome to Week 4 Lab

1) Paragraphs

This is a paragraph. The browser automatically wraps text based on the screen width. Extra spaces and new lines inside the code are usually ignored.


2) Headings

This is Heading 3

Headings create a clear structure. We should use headings in order: h1, then h2, then h3.


3) Line Breaks with <br>

Penny McIntire
Department of Computer Science
Some University
penny@example.com


4) Inline Text Styles

Use strong for important text and em for emphasis. Here is x2 and H2O. Deleted text looks like this.

5) Well-Formed Nesting

Correct nesting example: Hi!


6) Preformatted Text

for i in range(3):
    print("Hello, HTML!")