Skip to content

Latest commit

 

History

History
87 lines (53 loc) · 1.93 KB

File metadata and controls

87 lines (53 loc) · 1.93 KB

20. We Built the Internet on HTML

[toc]


ℹ️ NOTE: Check out my HTML Guide (coming soon)

🎗️ TODO: 🏴 Work on this chapter later! (I know that I may know HTML very well, but I own you this and the next chaper but I got to catch up on stuff.)

🎗️ TODO: Is there something in mermaid we can use to emulate an Entity-Relationship diagram (ERD)? This might be useful in describing the relationship between HTML Elements and Attributes.

20.1. Background

20.1.1. What is HTML?

20.1.2. HTML Elements

20.1.3. HTML Tags

20.1.4. HTML Writing Style

20.1.5. Check Your Understanding ✅

Question: What does HTML stand for?

Answer: Hypertext Markup Language

(I didn't include the multiple choices this time because all the wrong answers were awful! It's easier to know this way for this question.)

20.2. HTML Structure

20.2.1. Structure Rules

20.2.2. Document Head

20.2.3. Document Body

20.2.4. Check Your Understanding ✅

Question: Which HTML tag does nto require a closing tag?

a. title b. body c. head d. DOCTYPE

Answer: d.

20.3. HTML Tags

20.3.1. Tags to Know

20.3.2. Tag Example

20.3.3. Attributes

20.3.4. Attributes Example

20.3.5. Check Your Understanding ✅

Question: Which tag is used to make text italicized?

a. b b. i c. em d. br

Answer: b. and c.

20.4. Exercises: HTML 🏃

20.5. Studio: Making Headlines 🎙️

20.5.1. Getting Ready: Developer Tools 🛠️

20.5.2. Studio

20.5.2.1. Image URLs

20.5.3. Resources 📚

🏁 We just took care of the skeleton. Let's take care of the skin! CSS is next!


#LaunchCode