CORC 1312
HW 7 You may create one web page or several as requested below.
-
Write an HTML page that contains a JavaScript alert to say:
Thanks for visiting my page
-
Write an HTML page that displays a prompt asking
What is your favorite sport?
and then responds with
Baseball is my favorite sport too
(Baseball would be replaced with whatever the
user happened to type in.)
-
Write an HTML page that displays a prompt to ask
What day is it today?
and then displays a Web page that says
Today is Tuesday
(Tuesday would be replaced with whatever the
user happened to type in.)
NOTES for part 3:
-
Do not use an alert box for this exercise.
- The message should be displayed as a header on the Web page, using
<h2> and </h2>
- The day of the week should be displayed in italics.
- Remember that the message displayed by the instruction
document.write can include text and HTML tags within the quotes.
- Write an HTML page that asks the user what colors he wants for text and background and make his wishes come true.
Eva Cogan