Monday, April 27, 2015

head tag in HTML

Hi Everyone,

Good day again. This time we will learn more on what composes <head> tag in HTML.

<head> element is a container for all the head elements. The <head> element can include a title for the document, scripts, styles, meta information and more. Click this link for more information about <head>tag.
The following elements can go inside the <head> element:
  • <title> (this element is required in an HTML document)
  • <style>
  • <base>
  • <link>
  • <meta>
  • <script>
  • <noscript> 
Hope you learn new today. Next time, we will discuss this elements that composes the <head> element. Thanks for visiting.

Courtesy to:

No comments:

Post a Comment