ITI MCQ
Home
DESIGNING STATIC WEB PAGES - Quiz
Categories
Computer Operator and Programming Assistant (COPA)
DESIGNING STATIC WEB PAGES
1) Which html tag is used to divide a row into data cells?
<tr> and </tr>
<cr> and </cr>
<th> and </th>
<td> and </td>
2) Which is the correct syntax for adding alternate text for image, if the image cannot be displayed?
<img src = "boat.gif" alt = "big boat"/>
<img src = "boat.gif" alt text = "big boat"/>
<img src = "boat.gif" alternate = "big boat"/>
<img src = "boat.gif" alternate text = "big boat"/>
3) Which is the correct H1 tag for right alignment?
<h1 align = "right">.....</h1>
<h1 tag align = "right">.....</h1>
<h1 align = "r">.....</h1>
<h1 alignment = "right">.....</h1>
4) What is the use of forms in HTML?
To display a table
To display a list
To send the data to server
To display email contents
5) What is the correct syntax for making a hyperlink?
<http: // nimi.gov.in?</a>
<url = "http: // nimi.gov.in">nimi
<a href = "http:// nimi.gov.in">nimi</a>
<a ref = "http:// nimi.gov.in">nimi</a>
Submit Quiz