Module 9 HTML Elements
Module 9 HTML Elements
Department of Education
Region III
Division of City Schools
OLONGAPO CITY NATIONAL HIGH SCHOOL
Olongapo City
Note: Some HTML elements have no content (like the <br> element). These elements are called empty elements. Empty elements do
not have an end tag!
Example Explained
The <html> element is the root element and it defines the whole HTML
document.
It has a start tag <html> and an end tag </html>.
Then, inside the <html> element there is a <body> element: