The HTML image tag: img
Lesson Plan: Working with the HTML < img > Tag Objective: By the end of this lesson, students will understand how to use the < img > tag in HTML to display images on a webpage. They will also learn about attributes such as src, alt, width, and height, and how to use[ ► ]
The line break HTML tag: br
The line break HTML tag: br lets you start your text on a new line, but without starting a new paragraph. The line break tag is a self-closing HTML tag. Because there is no content to display on-screen, the line break tag is a single tag. In this example, we’ve used both the <p> tag,[ ► ]