Q1: Which of the following is used to open a link in a new browser window?
- a) <a href=”url” target=”_blank”>
- b) <a href=”url” target=”new”>
- c) <a href=”new url”>
- d) <a href=”url”=”new”>
Q2: Which of the following is not a predefined target for links?
- a) _blank
- b) _parent
- c) _son
- d) all of the above
Q3: Which of the following will allow website visitors to send an email from the website?
- a) <a href=”mailaddress”>
- b) <a href=”mailto:mailaddress>
- c) <a href=”mailaddress:mailto”>
- d) <a href=”mailaddress:mailaddress”>
Q4: What is the file called that specifies how the screen is divided into frames?
- a) tablelink
- b) frametable
- c) frameset
- d) all of the above
Q5: When do the contents of a table shown?
- a) before the table loads
- b) after the table loads
- c) both a and b
- d) none of the above