HTML REFERENCE

THE "<header>"H"

The <head> HTML element contains machine-readable information (metadata) about the document,
like its title, scripts, and style sheets.

...


THE "<head>"H"

The <head> HTML element contains machine-readable information (metadata) about the document,
like its title, scripts, and style sheets.

...


THE "<hr>"H"

The <hr> HTML element represents a thematic break between paragraph-level elements: for example,
change of scene in a story, or a shift of topic within a section.

...



THE "<img>"I"

The <img> HTML element embeds an image into the document.

...


THE "<input>"I"

The <input> HTML element is used to create interactive controls for web-based forms in order to accept data from the user;
a wide variety of types of input data and control widgets are available, depending on the device and user agent.
The <input> element is one of the most powerful and complex in all of HTML due to the sheer number of combinations of input types and attributes.

...



THE "<label>"L"

The <label> HTML element represents a caption for an item in a user interface.

...


THE "<li>"L"

The <li> HTML element is used to represent an item in a list. It must be contained in a parent element: an ordered list (<ol>>),
an unordered list (<ul>), or a menu (<menu>). In menus and unordered lists, list items are usually displayed using bullet points.

...


THE "<link>"L"

The <link> HTML element specifies relationships between the current document and an external resource.
This element is most commonly used to link to stylesheets, but is also used to establish site icons (both "favicon"
style icons and icons for the home screen and apps on mobile devices) among other things.

...