Thursday, 24 September 2015

Meta - tags (Lab 2 , Part 1)

To facilitate HTML's use of metadata,  particular <meta> tags have been created with specific attributes to help describe the data content of your webpage.
Four <meta> tags are:


  •  <meta name> : Used to describe document level metadata.
  • <meta default-style> : This attribute is used to identify particular style sheets on a webpage.
  • <meta refresh> : This specifies the number of seconds until a page reloads.
  • <meta set-cookie> : This does exactly what it says. It defines a cookie for the page.

No comments:

Post a Comment