HTML Intermission Work

Checks for Understanding

First, read through these questions so that you know what you are expected to know coming out of these tutorials.

  1. What is HTML?
  2. What is an HTML element?
  3. What is an HTML attribute?
  4. What is the difference between a class and an id? When would you use one vs. the other?
  5. What HTML would you write to create a form for a new dog with a “name” and an “age”?
  6. What are semantic tags? When would you use them over a div?
  7. Explain what each of the following HTML tags do and when you would use them:
    • <h1>, <h2>, etc.
    • <p>
    • <body>
    • <a> and the href attribute
    • <img> and the src attribute
    • <div>
    • <section>
    • <ul>, <ol>, and <li>
    • <form>
    • <input>

W3Schools HTML Tutorial

Need to know

Complete the following sections of the W3Schools HTML5 Tutorial. Play around with the “Try it Yourself” editors to explore how HTML works and to get some hands on practice. These sections will directly address the Checks for Understanding, so make sure you are answering them as you go. This is the information that you need to know and be comfortable with.

  1. Home
  2. Introduction
  3. Basic
  4. Elements
  5. Attributes
  6. Headings
  7. Paragraphs
  8. Links
  9. Images
  10. Lists
  11. Blocks
  12. Semantic Elements
  13. Classes
  14. IDs
  15. Forms
  16. Form Elements
  17. Input Types
  18. Input Attributes

Lesson Search Results

Showing top 10 results