Placement papers on HTML - Set 6
1. What does an HTML tag do?
It specifies formatting and layout instructions for your web page.
It hides programming instructions from view.
It determines the organizational structure of your Web site.
It connects your web site to an operating environment.
View Answer / Hide AnswerANSWER: It specifies formatting and layout instructions for your web page.
2. When you use a heading tag in a document, what does the Web browser assume?
Heading information is to appear in bold letters
Heading information is to appear on its own line
Heading information has a hyperlink
Heading information is shown as a size six
View Answer / Hide AnswerANSWER: Heading information is shown as a size six
3. What is the difference between XML and HTML?
HTML is used for exchanging data, XML is not.
XML is used for exchanging data, HTML is not.
HTML can have user defined tags, XML cannot
View Answer / Hide AnswerANSWER: XML is used for exchanging data, HTML is not.
4. How to add scrolling text to a page?
< scroll>
< marquee>
< circuler>
View Answer / Hide Answer5. What does vlink mean ?
visited link
vlink
active link
View Answer / Hide Answer6. Is width=”100” and width=”100%” the same in HTML?
Yes
No
View Answer / Hide Answer7. What is the correct HTML for creating a hyperlink?
< a name="">A< /a>
< a>B< /a>
< a href="http://www.example.com">example< /a>
< a url="http://www.example.com">example< /a>
View Answer / Hide AnswerANSWER: < a href="http://www.example.com">example< /a>
8. How can you open a link in a new browser window?
< a href="url" new>
< a href="url" target="new">
< a href="url" target="_blank">
View Answer / Hide AnswerANSWER: < a href="url" target="_blank">
9. Choose the correct HTML to left-align the content inside a tablecell
< td valign="left">
< tdleft>
< td leftalign>
< td align="left">
View Answer / Hide AnswerANSWER: < td align="left">
10. What is the REFRESH meta tag used for ?
Refresh your content
Redirect to a new domain
rewrite url
View Answer / Hide AnswerANSWER: Redirect to a new domain