BSEN307 E-Commerce Website II
DHTML-CSS-Project-1
Instructions:
- Create a basic page using DreamWeaver or a tool of your choice.
Place the following elements on the page.
- A paragraph that says "Mouseover this line and it will turn the
back ground color to red"
- A button with a label of "Click here to make the text turn to
white"
- A paragraph that says "Click on this paragraph to make the back
ground color turn some shade of green"
- Apply an external style sheet that creates the following effects
- Background color is yellow
- Paragraphs have a blue border
- Apply the following DHTML effects
- Use an inline javascript command to change the background color to red
whenever a Mouseover event occurs on the paragraph described above.
- Use an inline javascript command to change the text color to white
whenever a MouseClick event occurs on the button described above.
- Use as inline javascript command to change the background color to a
shade of green of your choice whenever the paragraph is clicked.
|