www.ITISkill.com
Home
DESIGNING STATIC WEB PAGES - Quiz
Categories
Computer Operator and Programming Assistant (COPA)
DESIGNING STATIC WEB PAGES
1) Which is the correct tag for adding iframe in html?
<iframe http://nimi.gov.in> </iframe>
<iframe ="http: // nimi.gov.in"></iframe>
<iframe src = "http: //nimi.gov.in"></iframe>
<iframe href = "http: //nimi.gov.in"> </iframe>
2) what is the correct html tag for adding a background color?
<body color = "Yellow">
<body bgcolor = "Yellow">
<body background = "Yellow">
<body bg = "Yellow">
3) How do you add a link which will allow the visitor to send an email from the page?
<a href = "mailto : youradderss">
<a href = "sendmailtoyour address">
<a="mailto">
<href = "mailto">
4) What will happen, If the background image is smaller than the screen, what will happen?
It will be stretched
It will leave a blank space at the bottom of the page
It will leave a blank space at the top of the page
It will be repeated
5) Which is the correct css syntax?
body: color = black;
body { color; black}
{body: color : black;}
{body : color = black;}
Submit Quiz