Introduction
5 December 20201 min(s) read
Hypertext Markup Language (HTML) is a markup language used to instruct a browser in how to structure web pages. HTML is therefore a presentational language rather than a programming language. Elements are used to wrap different contents within HTML. An element consists of four main parts:
So an example of an element that renders a paragraph in your browser is:
<p>This is a paragraph.</p>