Summary and Practice

summarize HTML Elements Covered

<body>
Contains visible content
<p>
Defines text paragraphs
<h1>-<h6>
Creates heading levels
<br>
Inserts line breaks
<pre>
Preformatted text

trending_up Next Steps

1
Practice with HTML exercises
2
Learn about text formatting
3
Explore lists and tables
4
Add CSS for styling

fitness_center Practice Exercises

code Basic Structure
Create a web page displaying "Hi World, my name is ..." inside the body section with proper title and metadata
format_align_left Headings & Paragraphs
Create a page with all heading levels (h1-h6) and multiple paragraphs with any content you like
keyboard_return Poems & Addresses
Create a page displaying poems or addresses using proper line breaks and paragraph tags
image ASCII Art
Create a document displaying images drawn using characters inside preformatted text tags