Building Webpages with HTML

Building Webpages with HTML

10th Grade · Technology · 39 min

Lesson Preview

Learning Objective

I can create a basic webpage using HTML tags.

  • 1

    An HTML element consists of a start tag and an end tag, with content in between.

  • 2

    Nested elements are elements within elements, such as elements nested within the body element.

  • 3

    Some HTML elements are called empty elements and do not have end tags, such as the <br> element which defines a line break.