HEAD Tag Definition and Categorization

HTML Head <head> tag is a group of Tags. Header tag contains all general information about web page.
<!doctype> Document Type Definition Tag. This tag describes the type of document.
<link> Link Tag. This tag use to link external CSS Cascading Style Sheet and external JavaScript etc.
<meta> Meta Data Information Tags use to describe the description data and keywords of web page.
<title> Title Tag. This tag describes the title of web page.
<style> Cascading Style Sheet Tag. This tag is use to write internal CSS Cascading Style Sheet inside the current web page document.
<script> Script Tag. This tag is use to link internal and external JavaScript code files to make web page dynamic and flexible.
<base> Base Tag. this tag is use to specify a base URL. It will alter every relative URL on web page to absolute URL.


Head Tag Structure

<html>
<head>
<link rel="stylesheet" type="text/css" href="link of CSS file.css"> 
<title> Write a Title of web page</title>
<script src="javascript.js">
</script> 
<meta name="description" content="write information about web page/website.">
<meta name="keywords" content="Write keywords">
</head>
<body>
  <!-- All data about Body part -->
</body>
</html>

1 comment :

  1. This design is incredible! You most certainly know how to keep
    a reader entertained. Between your wit and
    your videos, I was almost moved to start my own blog
    (well, almost...HaHa!) Wonderful job. I really enjoyed what you had to say,
    and more than that, how you presented it.
    Too cool!

    Also visit my weblog Kat

    ReplyDelete