HTML Fundamentals with EMILY

Chapter 1: Elements

Chapter 2: Attributes

Chapter 3: Tags

"Welcome, young developer!" In this tutorial series, you'll learn the basics of HTML from the one-and-only EMILY herself.

<p>Hello, world!</p>
<img src="image.jpg" alt="An image of a cat"> /<img>
<span style="color: red" &>Hello</span> world!</p>
		

Next Chapter: Chapter 3: Tags

Back to the team page