What is HTML?
HTML is the programming language for creating Web pages.
HTML describes the structure of a Web page
HTML pages are made up of 'tags'
HTML elements tell the browser how to display the content
Browsers do not display the HTML tags, but use them to render the content of the page
<header>
Header Name
</header>
<paragraph>
Paragraph Content
</paragraph>
Last updated
Was this helpful?