Metadata Content
↔ HTMLElement
to mod presentation/behavior of Document
& provides additional info
aka Metadata
!DOCTYPE
prefix to prevent quirks mode, add for legacy & prevent incompatible rendering method
<base\>
Base URL Metadata Content Element to specify base URL for use with relative URLs in Document
<link>
External Resource Link Element to specify Metadata Content relationships of Document
& external resources
<meta>
Metadata Content Element to define Metadata of Document
<noscript>
NoScript Metadata Content Element to load fallback content IF script disabled/fail load
<script>
Script Metadata Content Element to embed code (usually JS)
<style\>
Style Information Element to add CSS Metadata Content
<title\>
Metadata Content Element to display Document
title in Browser window title bar (or page tab)
<head>
Document Metadata Header Element to embed Metadata Content
<html>
HTML Document Root Element to contain all HTML
References
<base\>
↔ Base URL Metadata Content Element to specify base URL for use with relative URLs inDocument
<link>
↔ External Resource Link Element to specify Metadata Content relationships ofDocument
& external resources<meta>
↔ Metadata Content Element to define Metadata ofDocument
<noscript>
↔ NoScript Metadata Content Element to load fallback content IF script disabled/fail load<script>
↔ Script Metadata Content Element to embed code (usually JS)<style\>
↔ Style Information Element to add CSS Metadata Content<title\>
↔ Metadata Content Element to displayDocument
title in Browser window title bar (or page tab)<head>
↔ Document Metadata Header Element to embed Metadata Content