DESIGNING STATIC WEB PAGES - Practice Mode
1) Which html tag is used to divide a row into data cells?
Correct Answer: <td> and </td>
2) Which is the correct syntax for adding alternate text for image, if the image cannot be displayed?
Correct Answer: <img src = "boat.gif" alt = "big boat"/>
3) Which is the correct H1 tag for right alignment?
Correct Answer: <h1 align = "right">.....</h1>
5) What is the correct syntax for making a hyperlink?
Correct Answer: <a href = "http:// nimi.gov.in">nimi</a>