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