Questions
Questions
-
What is the basic structure of WML programs?
-
What command delineates the WML program?
-
How are comments inserted into the code?
-
Is $3text a legal variable?
-
What is valid for WML variables to start with?
-
What is the <input> command used for?
-
How would you get a sentence to be both bold and
underlined?
-
What command causes a line break to occur in the
display?
-
Write a valid <card> command with an id of “card1” and
a title of “First Card”.
-
What attribute of the <card> command can be used to
specify a URL that the browser will go to when this card is entered going
backward.
-
List five of the valid values for the type attribute of the
<do> com mand.
-
What is the required attribute for the <go>
command?
-
What value would the format attribute of the <input>
command have in order to restrict the input to three capital letters followed by
two numbers?
-
When would you use the <anchor> command instead of the
<a> com mand?
-
What is missing in the following command: <table
align=”RRR” title=”Table”> ?
-
What command returns control to the previous URL in the
browser stack?
346 times read
|
|
|
|