HTML
HTML provides the building blocks for creating websites. HTML allows pages to be displayed within browsers, as well as allowing for each element within a page to be created.
Key Points
HTML is used to create webpages.
Almost all HTML tags must be opened and closed.
<open> </close>
Every HTML page should have the same structure.