Workshop


The workshop contains quiz questions and activities to help you solidify your understanding of the material covered. Try to answer all questions before looking at the "Answers" section that follows.

Quiz

1:

When writing HTML and CSS code for including in an eBay item listing, which part of the eBay item page are you allowed to modify?

2:

What code would you use to dynamically set the background of an item page to the image background.gif, which is stored at http://www.ilovepez.com/pics/?

3:

How much would a Grumman Gulfstream II jet set you back on eBay?

Answers

A1:

You are allowed to place HTML and CSS code only in the description of an auction item, which is automatically placed inside the <body> and </body> tags of the eBay item page; you have no access to the head of an eBay item page.

A2:

 document.body.background =  "http://www.ilovepez.com/pics/background.gif"; 


A3:

About $4.9 millionjust wanted to make sure you were paying attention!




SAMS Teach Yourself HTML and CSS in 24 Hours
Sams Teach Yourself HTML and CSS in 24 Hours (7th Edition)
ISBN: 0672328410
EAN: 2147483647
Year: 2005
Pages: 345

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net