What tag is used to add columns to tables?
< colspan >
< td >
< tr >
None of these
What is required to create a reference to a remote site that is different from creating a local link?
The remote attribute
A link title
The web address of the remote site
An extra < a > tag
What is the correct syntax in HTML for creating a link on a webpage?
< LINK SRC = " abc. html " >
< BODY LINK = " abc . html " >
< A SRC = " abc . html " >
< A HREF = " abc . html " >
The default alignment of images, that are inserted in the web page, is
left
right
middle
inline with text
If the image you are loading in the web page is not available, then you want a text to appear in the image place holder, which attribute lets you define this text.
Src
Align
Text
Alt
Border,frame,cell spacing, cell padding, align are attributes of
< BODY >
< IMG >
< TABLE >
Which of the following is used to specify the begining of a table's row?
TROW
TABLER
TR
ROW
Which will let text wrap down the side of the image?
< img src = "myImage.gif " align = "warp" >
< img src = " myimage. gif " align = " right " >
< img src = " my image. gif " wrap = " on " >
To create a link to an anchor,you use the __________ property in A tag .
Name
Tag
Link
Href
To jump to new page, we use.
< IMG > tag
< A > tag
< JUMP > tag
None of the above