She stretched herself up on tip toe, and peeped over the edge of the mushroom
2) Structure...html...head...title...close title...close head...body...close body...close html
3) Meta tab keywords (meta name="keywords" content="html, practice, Blessing Marima, worker education" /)Tags are empty tags in the (head) section of your document
4) Meta Tag Descriptions...(meta name="description" content="Hypertext Markup Language practice site on blogger created by jennifer johnson for Blessing Marima's monday night AFL_CIO Worker Education Class")property/value pairs...name/content...
5) Defining the Author using Meta Tag Despriptions...(note google does not make use of metadata)...(meta name="author" content="Robert Fuller and Laurie Ulrich")tip...you can also include an e-mail address for the content value...CSS (Cascading Style Sheets) and JavaScript code also go in the Head section.
6) Defining Meta Tag Expiration Dates...Greenwich Mean Time (GMT)...Mon, Tue, Wed, Thu, Fri, Sat, Sun...day...month...year. www.greenwichmeantime.com ...(meta name="expires" content="Mon, 17 february 2009 02:00:00 GMT") (meta name="pragma" content="no-cache")prevents your browser from caching your page
7) Meta Tag Robots (meta name="robots" content="all, follow") or content="none"...
8) Document Background color...(body bgcolor="000000" text="white")
Here we have a black background with a white text
...www.wiley.com...or set the backgroundattribute equal to thepathname of the image file on your web server.9) Refreshing...(meta equiv="refresh" content="5; url=http:www.w3c.org")