HTML text isn't just what you type — it's structured through elements that carry meaning. The humble <p> element does far more than wrap a paragraph; combined with inline elements like <strong>, <em>, and <mark>, it lets you convey emphasis, importance, and context that plain text simply cannot.
1-B 2-A 3-B 4-B | 5 collapse 6 pre 7 = <p>First.</p><p>Second.</p> 8 = br = line break inside one thought (address/poem); p = new paragraph 9 = <pre> (often with <code>) | 10 = Join them with