[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.
❓ 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.)
❓ Question: Which HTML tag does nto require a closing tag?
a.
titleb.bodyc.headd.DOCTYPE❗ Answer: d.
❓ Question: Which tag is used to make text italicized?
a.
bb.ic.emd.br❗ Answer: b. and c.
🏁 We just took care of the skeleton. Let's take care of the skin! CSS is next!
#LaunchCode