DONT ADD ANYTHING HERE!

<title>Doc title</title>
  1. The title element represents the document's title or name.
  2. There must be no more than one title element per document.
  3. The title element is a required child in most situations, but when a higher-level protocol provides title information (eg e-mail), it can be omitted.
  4. The title tag is an escapable raw text (type 4) HTML element (textarea is another)
  5. document.title provides scripts with access to a document's body element.

Example

<title>§ Séction</title>
<title>&sect;&nbsp;S&eacute;ction</title>

Notes

Escapable raw text elements can have text and character references (HTML entities)

References