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
Which of the following is not a vaild value for align attribute of < IMG > ?
Top
Middle
Bottom
Center
In order to add border to table, BORDER attribute is specified in which tag?
THEAD
TABLE
TBORDER
None of these
Which of the following is used to specify the begining of a table's row?
TROW
TABLER
TR
ROW
Which property tells how many rows a cell should span?
Colspan = n
Both row span = n and colspan = n
rowsapn = n
To jump to new page, we use.
< IMG > tag
< A > tag
< JUMP > tag
None of the above
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
Which of the following is an attribute of < Table > tag ?
SRC
LINK
CELLPADDING
BOLD
To create a list using lowercase letters use :
< o I "a " >
< ol letter = " a " >
< ol type = " a " >
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 " >