1. Discuss at least two, maybe three purposes of the title tag. --- The title tag describes what the page is about. --- It is what is displayed when you place your cursor on the item in your bookmarks. --- It also is captured and indexed by search engines. The more descriptive the title .. the better chances you have of getting a hit on your page. 2. How would you create a lettered list starting with g (ie. g,h,i ...)? --- You would add the attribute to the ol tag. ol type="a" start="g" 3. How would you use character entities to display the br tag in an html document? ---
4. How would you specify the use of a font 5. What is the difference between using exact pixel sizing and % in specifying the width of an
? Which is better? --- If percentage is used than the width will change to conform to the window size. Exact pixel sizing is fixed. My guess is that specifying a percentage would be better. 6. Find out what percent of the internet world is still stuck at 640x480. --- The counter will tell. Hard question to answer. 7. Check out one of the tutorials on page one of my HTML resource list and give me a paragraph size evaluation. --- I found the webstation site to be useful. It provides useful definitions and examples. The site offers many useful articles, links and examples for beginners. I would recommend it. Thanks.