ITI MCQ
Home
DESIGNING STATIC WEB PAGES - Quiz
Categories
Computer Operator and Programming Assistant (COPA)
DESIGNING STATIC WEB PAGES
1) which is the correct html tag for making a text input field?
<text type = "Text">
<input type = "text">
<input type = "textfield">
<input type = "textbox">
2) Which is the correct html tag for creating password field
<text type = "password">
<input type = "pwd?>
<input type = "password">
<input type = "passcode">
3) What is the correct html code for inserting a background image?
<Body background = "image.jpg">
<body = "image.jpg">
<background = "image.jpg">
<body background = image.jpg>
4) Which option will match, while making bulleted list?
Square, disc, polygon
triangle, disc, circle
triangle, square, circle
disc, circle, square
5) What is the meaning of increase the cell padding?
Increase the thickness of table border
Increase the space between cells
Increase the distance between cell and content
Increase the no of cells
Submit Quiz