apollo13 art logo

 

      Contact | Links

 
Home GalleryResearchDevelopmentTeachingAbout Us

MM 340:
Principles of
Web Design

Meta Tags

 

 

 

 Meta tags

META tags can be very useful for Web developers. They can be used to identify the creator of the page, what HTML specs the page follows, the keywords and description of the page, and the refresh parameter (which can be used to cause the page to reload itself, or to load another page). And these are just a few of the common uses!

 

The meta tags go inside the head tag of your html document.

 

<html>

<head>

<TITLE>META Tag Builder</TITLE>
<link rev=made href="mailto:andrew@vancouver-webpages.com">

<meta name="keywords" content="META search engine keywords metadata">

<meta name="description" content="Description of tags generated
by Vancouver Webpages ' Meta tag builder
">

</head>

Resources:


Back to Basics: META Tag Resources / WebDeveloper.com ®
WebDeveloper.com META Tag Resources. by Scott Clark You want META Tag links, you got 'em!

 

Meta Tag Generator