Which of the following will not produce a table with a single row of text?
a) <table><tr>text</tr><table>
b) <table><tr><td>text</td></tr></table>
c) <table><tbody>text</tbody></table>
d) <table><tr>text</tr></table>
Which code fragment does not have a bug?
a) <PAR>testing, one, two, three</PAR>
b) <PARAGRAPH>testing,one,two,three </ PARAGRAPH >
c) <P>testing, one, two, three </P>
d) <PH>testing, one, two, three</PH>
Which code has a bug?
a) <table border=”5”>
b) <table border=” \#FFFFFF”>
c) <table cell spacing=”9”>
d) <table cellpadding=”9”>
What is the purpose of frame?
a) view more than one web page
b) create navigation menu
c) display web element
d) all of these
The web pages or images displayed in frames…
a) cannot have link embedded
b) must be composed of text only
c) must composed of graphics only
d) can interact and link other
The information in frame definition file defines which……appears in each frame.
a) attributes
b) coordinates
c) web pages
d) all of these