What is HTML - W3Schools
https://www.w3schools.com/whatis/whatis_html.aspHTML is the standard markup language for Web pages HTML elements are the building blocks of HTML pages HTML elements are represented by <> tags HTML Elements An HTML element is a start tag and an end tag with content in between: <h1> This is a Heading </h1> HTML Attributes HTML elements can have attributes