Images: Adding Pictures to Your Page
Insert and format images on your web page.
1
Images: Adding Pictures to Your Page
Welcome to the next lesson! Today, we’ll learn how to add images to your web pages. Pictures make your pages more engaging and fun!

2
What Are Images in HTML?
Images are added to web pages using the <img> tag. This is a self-closing tag, meaning it doesn’t need a closing tag like </img>.
Let’s learn how to use it!
All lessons in this course
- Headings and Paragraphs
- Lists: Ordered and Unordered
- Links: Connecting the Web
- Images: Adding Pictures to Your Page