HTML 101

This assignment introduces the basic concepts and grammar of Hypertext Markup Language. We will use the W3 School’s HTML Introduction.

Objectives

After competing this assignment, students should be able to

  • Identify the meaning of the acronym “HTML.”
  • Identify the role played by HTML in the delivery of content via the World Wide Web.
  • Identify the meaning of the following terms
    • Hypertext
    • Markup language
    • Tag
    • Container tag
    • <!DOCTYPE html>, <html></html>,<head></head>, <title></title>, <body></body>, <p></p>, <h1></h1>, <h2></h2>, <a></a>

Reading

Quiz

HTML 101