> [!infobox]
<s class="aside-in"><em>mentioned in 4 topics, 1 evergreen</em></s>
#### <s class="topic-title">[[HTML]]</s>
> [!wikipedia] [HTML](https://en.wikipedia.org/wiki/HTML)
>
> The HyperText Markup Language, or HTML, is the standard markup [[language]] for documents designed to be displayed in a web browser. It can be assisted by technologies such as [[CSS]] and [[JavaScript]].
>
> HTML is a [[markup]] languages so it provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. HTML elements are delineated by tags, written using angle brackets. Tags such as `<img />` and `<input />` directly introduce content into the page. Other tags such as `<p>` surround and provide information about document text and may include other tags as sub-elements. Browsers do not display the HTML tags, but use them to interpret the content of the page.