Skip to main content

Metadata ContentHTMLElement 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

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

  1. <base\>Base URL Metadata Content Element to specify base URL for use with relative URLs in Document

  2. <link>External Resource Link Element to specify Metadata Content relationships of Document & external resources

  3. <meta>Metadata Content Element to define Metadata of Document

  4. <noscript>NoScript Metadata Content Element to load fallback content IF script disabled/fail load

  5. <script>Script Metadata Content Element to embed code (usually JS)

  6. <style\>Style Information Element to add CSS Metadata Content

  7. <title\>Metadata Content Element to display Document title in Browser window title bar (or page tab)

  8. <head>Document Metadata Header Element to embed Metadata Content