Q. |
Which tag creates a check box for a form in HTML?
B.
< input type="checkbox" >
Answer :
< input type="checkbox" >
Show Answer
|
Q. |
Which attribute is used to name an element uniquely?
Show Answer
|
Q. |
What does vlink attribute mean?
Show Answer
|
Q. |
What is the correct HTML for adding a background color?
A.
< body color="yellow" >
B.
< body bgcolor="yellow" >
C.
< background >yellow background >
Answer :
< body bgcolor="yellow" >
Show Answer
|
Q. |
Choose the correct HTML tag to make a text bold?
Show Answer
|
Q. |
Choose the correct HTML tag to make a text italic
Show Answer
|
Q. |
If you wanted to create text that was a different color or font than other text in your Web page, what type of tag would you use?
Answer :
Basic formatting
Show Answer
|
Q. |
When creating a Web document, what format is used to
express an image's height and width?
Show Answer
|
Q. |
How can you make a numbered list?
Show Answer
|
Q. |
How can you make a bulleted list?
Show Answer
|