INPUT BOX 1

INPUT BOX 2

INPUT BOX 3

OUTPUT BOX

Reset the page

INPUT BOX 1 INPUT BOX 2 INPUT BOX 3 OUTPUT BOX
Directions:

1. Recode the page without using TABLE tags, keeping layout as identical as possible.

2. Add a behavior to each of the input boxes so that clicking anywhere within a box will change the yellow output box's color to the same color as the one clicked. The text need not also be a link.

3. Note the link behavior for the "INPUT BOX 1" link: it uses '<a href="#pageAnchor">' to scroll the browser window.
Code the boxes in a way such that clicking on any of the 3 input boxes will replicate this behavior
(a) without a page refresh, and
(b) using an alternative to 'href="#pageAnchor"