Problems
Problems
-
Write a deck that uses the <template> command to put a
“previous” command on each of 3 cards in the deck. Also, put a “forward” button
on each card, and no “previous” on the first card.
-
Write a program that puts an image of a rain cloud
(“rainy.wbmp” in the nokia WAP Toolkit) in the center of a page, and use the alt
attribute to enter the name “rainy” if not displayed.
-
Write a program that sets variables “height” and “width” in
card one, using the <refresh> command, and then displays these variables
on card two.
-
Write a program that has the user enter the values for the
variables “name” and “phone” on the first card in a deck, and then displays them
on the second card in the deck.
-
Write a program that sets up a selection list for three
different kinds of semiconductors : BJT, FET, and CMOS, and then each choice go
to a different card in the deck that is titled BJT,FET, or CMOS.
-
Using the <optgroup> command, set up a program that
shows two main choices of vehicles, “cars” or “trucks”, and then under each of
these selection show a list of 3 cars by make and 3 trucks by make.
-
Write a program that uses a timer to display the first card
in a deck for 10 seconds which shows a company name in large and bold print, and
then automatically transfers to a second card with the Company name, address and
phone number.
-
Use the <fieldset> command to form two groups of
inputs on the dis play, one for color choice (red, blue or white) and the other
for size (small, medium, or large).
-
Write a program that when the second card is entered going
forward, it goes to the fourth card. And, when the third card is entered going
backward, it goes to the first card. Put in all appropriate forward and back
buttons on all cards.
404 times read
|
|
|
|