What is HTML?
HTML stands for Hyper Text Markup Language, it is the standard markup language for creating Web pages. HTML describes the structure of a Web page with a series of elements. Those elements tell the web browser how to display the content.
Basic HTML structure
<H1> to <H6> tags
Example