DESIGNING STATIC WEB PAGES - Practice Mode

1) Which is the correct tag for adding iframe in html?
Correct Answer: <iframe src = "http: //nimi.gov.in"></iframe>
2) what is the correct html tag for adding a background color?
Correct Answer: <body bgcolor = "Yellow">
3) How do you add a link which will allow the visitor to send an email from the page?
Correct Answer: <a href = "mailto : youradderss">
4) What will happen, If the background image is smaller than the screen, what will happen?
Correct Answer: It will be repeated
5) Which is the correct css syntax?
Correct Answer: body { color; black}