html 5 all tags inside head tag code example

Example 1: head tag html

<html>
  <head>
    <title>I am a title so i got to be in head</title>
  </head>
</html>

Example 2: necessary html head markup

<meta property="og:image" content="https://developer.cdn.mozilla.net/static/img/opengraph-logo.dc4e08e2f6af.png">
<meta property="og:description" content="The Mozilla Developer Network (MDN) provides
information about Open Web technologies including HTML, CSS, and APIs for both Web sites
and HTML5 Apps. It also documents Mozilla products, like Firefox OS.">
<meta property="og:title" content="Mozilla Developer Network">

Tags:

Misc Example