HTML - Head Element (Document Metadata)

About

The head 1) is the element that contains the html metadata.

The most known are:

DOM Accessors

The document property document.head returns the head element.

Library

  • Node: react-helmet while someone navigates a react app, the metadata stays in sync.
  • react - SSR-ready Document Head tag management for React 16+ used by medium





Discover More
Card Puncher Data Processing
Ad - AdSense

AdSense is the Ad Network of Google. It's intended to be simple. If you want more control, you need to use the AdManager. The adsense script is pagead2.googlesyndication.com/pagead/js/adsbygoogle.js...
Header Bidding Expert On Weather
Advertising - Header Bidding (Advance or Pre-bidding)

Header bidding is a mediation that consists of an auction that takes place (by default outside) of the ad server via the header of a web page. When the page loads, the header script loads before anything...
HTML - (Flow|Body) Content

Most elements that are used in the body of documents and applications are categorized as flow content. Flow content consists of flow elements intermixed with normal character data. (ifbodhead...
HTML - Body element

The body element represents the body of a document (as opposed to the document’s metadata). The document property document.body returns the body element. Can be set, to replace the body element....
HTML - Document

An HTML document is a well-formed HTML string (ie that contains the html root element). web page The HTML textual representation can be stored: in a string in a file or in the body of an HTTP...
HTML - Style (Element|Embedded Style) - Attribute

Style in HTML is: an and/of an that permit to declare a style. declarelink element The style element allows style information to be embedded in documents. An style element should be inside...
HTML - The link element (inter-document relationships)

The link represents metadata that expresses inter-document relationships. hyperlink The link element can be used only within the head element. where: media is a list of media query separated...
HTML - Title (element|attribute)

Title in HTML can be: the title element or the title attribute of an element The title element represents the document’s title or name. The document property document.title returns the...
HTML emails - How to write them correctly

There is a lot of fuzz concerning how you should write the HTML for email. This article will give you on the good track and this is not as scary as it seems
How to preload HTML resource (Javascript, StyleSheet)

This article shows you how to preload HTML resources to use them at a later time.



Share this page:
Follow us:
Task Runner