1. What does HTML stand for ? |
Hyperlinks and Text Markup Language |
Home Tool Markup Language |
Hyper Text Markup Language |
Home Text Markup Language
|
2. What is the syntax to write the HTML tags ? |
(HTML) |
<%HTML%> |
"HTML" |
<HTML>
|
3. What is the correct HTML tag for inserting an horizontal line ? |
<hr> |
<line> |
<horizontal line> |
<tr>
|
4. How do you define font style of the text ? |
<text style="Arial"> |
<font style="Arial"></font> |
<text=Arial> |
<style="Arial">
|
5. Tags and text that do not show directly on the page are placed where ? |
Head |
Body |
Tables |
Title
|
6. What is the file extension used for HTML file ? |
.webpage |
.shtml |
.html |
.doc
|
7. The <i> tag makes text... ? |
Bold |
Inline |
Underlined |
Italic
|
8. Besides <B>, another way to make text bold is what ? |
<fat> |
<strong> |
<dark> |
<emp>
|
9. To seperate single list items use ? |
<ol> and </ol> |
<ul> and </ul> |
<li> and </li> |
<th> and </th>
|
10. To create a bulleted list use ? |
<ol> |
<il> |
<bullet> |
<ul>
|
11. To change the size of an image in HTML use what ? |
pliers |
height and width |
top and bottom |
bigger and smaller
|
12. Which tag is used to insert images into your web page ? |
img |
scr |
pic |
image
|
13. What does vlink mean ? |
active link |
virtuallink |
visited link |
very good link
|
14. Which colors consist of equal amounts of all basic colors ? |
purple, green, and red |
white, black and gray |
white,red,blue |
black, blue, and gray
|
15. To add rows to your tables use which tags? |
<td> and </td> |
<cr> and </cr> |
<th> and </th> |
<tr> and </tr>
|
16. Increasing the cellpadding value will what ? |
Increase the distance between cell and content |
Increase the softness of your site |
Increase the space between cells |
none
|
17. You can add names to each frame window using which setting ? |
src |
ur |
name |
none
|
18. Which is not valid HTML ? |
<frameset columns="16%,84%"> |
<frameset rows="16%,84%"> |
<frameset table="100,100"> |
<frameset cols="100,150">
|
19. Which attribute specify where to send a form ? |
method |
input |
output |
action
|
20. Password fields are similar to what ? |
Text fields except text show as asterix |
Hidden fields except text show as asterix |
Text area except text show as asterix |
none
|