LaunchCode logo
  1. Contents
  2. 14. We Built The Internet on HTML

14. We Built The Internet on HTMLΒΆ

  1. 14.1. Background
    1. 14.1.1. The Internet vs. The Web
      1. 14.1.1.1. What is the Web?
    2. 14.1.2. Web Pages
  2. 14.2. What is HTML?
    1. 14.2.1. HTML Elements
    2. 14.2.2. HTML tags
    3. 14.2.3. Try It!
    4. 14.2.4. Whitespace
    5. 14.2.5. Check Your Understanding
  3. 14.3. HTML Structure
    1. 14.3.1. Structure Rules
    2. 14.3.2. Document Head
    3. 14.3.3. Document Body
    4. 14.3.4. Other Details
      1. 14.3.4.1. Adding <!-- Comments -->
      2. 14.3.4.2. Tags Are Case-Insensitive
    5. 14.3.5. Check Your Understanding
  4. 14.4. HTML Tags
    1. 14.4.1. Tags to Know
    2. 14.4.2. Tag Example
    3. 14.4.3. Attributes
    4. 14.4.4. Attributes Example
    5. 14.4.5. Block vs. Inline Elements
    6. 14.4.6. Try It!
    7. 14.4.7. Check Your Understanding
  5. 14.5. HTML Entities
    1. 14.5.1. Entity Table
  6. 14.6. Semantic HTML
    1. 14.6.1. HTML Writing Style
      1. 14.6.1.1. Screen Readers and Accessibility
      2. 14.6.1.2. Search Engines
    2. 14.6.2. A <div> by Another Name
    3. 14.6.3. Try It!
    4. 14.6.4. Check Your Understanding
  7. 14.7. Exercises: HTML
    1. 14.7.1. Part 1: Add a Few Elements
    2. 14.7.2. Part 2: Organize the Elements
    3. 14.7.3. Part 3: Add Attributes
    4. 14.7.4. Part 4: Other Semantic Tags
      1. 14.7.4.1. Image Attributes
      2. 14.7.4.2. Special Text Tags
      3. 14.7.4.3. Details, Details
  8. 14.8. Project: HTML
  • ← 13.12. Project: Classes and Objects
  • 14.1. Background →

Back to top

Page Source