Приглашаем посетить
Романтизм (19v-euro-lit.niv.ru)

Workshop

Previous Page
Table of Contents
Next Page

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!


Previous Page
Table of Contents
Next Page