John K.
0
Q:

html head tag

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>
2

<meta name="description" content="Free Web tutorials on HTML and CSS">
 
4

<meta name="author" content="John Doe">
 
3

<meta name="keywords" content="HTML, CSS, XML, XHTML, JavaScript">
 
3
<html>
  <!--this is the head tag,typically define the document
 	title, character set, styles, scripts, and other meta 
	information-->
</html>  
1
<html>
  <head>
    <title>I am a title so i got to be in head</title>
  </head>
</html>
0
<head></head>
0
<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">
-1

New to Communities?

Join the community