HTML stands for Hyper Text Markup Language. It is the standard language used to create and structure the content of a webpage
Headings are used to define titles or subtitles on a webpage. There are
six levels, from h1 (largest) to h6 (smallest).
Paragraphs are defined with the p tag.
Use br for a line break and hr for a horizontal
rule (divider).
Unordered lists use ul and ordered lists use ol.
List items are wrapped in li tags.
The a tag creates hyperlinks to other web pages or resources.
The img tag is used to embed images