HTML Foundations (Hand‑Coding)
Speaking the Native Language of the Web
Activity: Build a Simple HTML Page
Using only the HTML tags we've learned so far, create a simple HTML page with:
- A title in the <head> section
- One heading (h1)
- Two subheadings (h2-h6)
- Two paragraphs
- One bolded word
- One italicized sentence
- One line break
- Proper indentation and nesting of all HTML elements
Use the template Google Doc provided in your Google Classroom.
Before turning in your page, pair up with a partner to review each other's work.
- Does the HTML structure look correct?
- Are all tags properly opened and closed?
- Is the content organized logically?