mimobox new document title

<!DOCTYPE html>

<html lang="en">


<head> 

<title>This is what labels the browser tab</title>

<style>

EXAMPLES 

body  {background-color: #000000;}

h2    {color: white;}

h2    {text-shadow: 4px 4px 8px red;}

h2    { text-align: center;}

</style>

</head>


<body>

<!-- comment - a note only you can see :D →


<h1> heading </h1>

<h2> heading </h2>

<h3> heading </h3>

<h4> heading </h4>

<h5> heading </h5>

<h6> heading </h6>


<p> paragraph </p>

<body>


</html>