1. Intro
πŸ”’2. Getting started
πŸ”’3. Big header
πŸ”’4. Another big header
πŸ”’5. Make it smaller
πŸ”’6. Paragraph again
πŸ”’7. Expanding
πŸ”’8. Putting it all together
πŸ”’9. Stealing my job
πŸ”’10. Adding italics
πŸ”’11. Nesting
πŸ”’12. Bold nesting
πŸ”’13. Copy this
πŸ”’14. Final challenge
Welcome! This is a series of exercises aimed at developing basic HTML skills. You will input all answers using the code window below. For the first level, we’re going to type a paragraph with the text Hello world inside. Go to the β€œCode” window and type in <p>Hello world</p>. A bridge will be shown as you type to help you visualize the HTML.
Bridge
Output

Code

Cheatsheet

Big header
<h1> ... </h1>
Smaller header
<h2> ... </h2>
Paragraph
<p> ... </p>
Bold
<b> ... </b>
Italic
<i> ... </i>