Continue
Adding Meta Tags to Your Documents
You can add metadata to your web pages by placing <meta> tags inside the header of the document which is represented by <head> and </head> tags. A meta tag can have following attributes in addition to core attributes:
Name=>Name for the property. Can be anything. Examples include, keywords, description, author, revised, generator etc.
content=>Specifies the property's value.
scheme=>Specifies a scheme to interpret the property's value (as declared in the content attribute).
http- equiv=>Used for http response message headers. For example, http-equiv can be used to refresh the page or to set a cookie. Values include content-type, expires, refresh and set-cookie.
Comments
Post a Comment