37.Which of the following is an incorrect anchor? (Assume that the server, files, and named anchors referred to actually exist.)
a)<A HREF="http://www.site.edu/>
b)<A HREF="test1.html#p2">
c)<A NAME="http://www.site.edu/">
d)<A NAME="section21">
e)<A HREF="#section21">
ans:a
38.The symbol used to identify a reference to a named anchor is:
a)HREF
b)the pound-sign
c)the exclamation point
d)the double-quote
ans:b
39. What is the correct HTML for making a hyperlink?
a)<a>http://www.w3schools.com</a>
b)<a href="http://www.w3schools.com">W3Schools</a>
c)<a url="http://www.w3schools.com">W3Schools.com</a>
d)<a name="http://www.w3schools.com">W3Schools.com</a>
ans:b
40. How can you make an e-mail link?
a)<a href="xxx@yyy">
b)<a href="mailto:xxx@yyy">
c)<mail>xxx@yyy</mail>
d)<mail href="xxx@yyy">
ans:b
41.In html a hyperlink can be
a)text
b)images
c)can be both
d)none
ans:c
42.when the URL does not indicate a specific document on a website ,the web server
a)returns a default webpage
b)gives an error
c)displays the page with errors
d)it does nothing
ans:a
PREVIOUS NEXT