html head title code example

Example 1: metadata html

<meta name="viewport" content="width=device-width, initial-scale=1.0">

Example 2: head tag html

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

Example 3: 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:

Html Example