HTML Elements
Remember the HTML example from the previous page:
My First Webpage
This is my first homepage. This text is bold
This is an HTML element:
This text is bold
The HTML element begins with a start tag:
The content of the HTML element is: This text is bold
The HTML element ends with an end tag:
The purpose of the tag is to define an HTML element that should be displayed as bold.
This is also an HTML element:
This is my first homepage. This text is bold
This HTML element starts with the start tag , and ends with the end tag . The purpose
of the tag is to define the HTML element that contains the body of the HTML document.