HTML stands for Hyper Text Markup Language
The <!DOCTYPE html> declaration defines that this document is an HTML5 document The element is the root element of an HTML page The
element contains meta information about the HTML page Theelement defines a large heading The
element defines a paragraph
My First Heading
My first paragraph.
Start tag Element content End tag
My First Heading
My first paragraph.
none none