HTML - Head Element (Document Metadata)
About
The head 1) is the element that contains the html metadata.
The most known are:
-
-
The
link element - to load other resources mostly stylesheet
The
meta element - to define social tag for search engine, social network and more
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