Skip to main content

Posts

Showing posts with the label XHTML 1.0 Upwork(odesk) test answer part 4

Upwork/oDesk XHTML 1.0 test Answer (Part 4)

1. Which of the following is incorrect with regard to the <select> tag?   Answers:  • The text specified in the "value" is displayed in the drop-down list  2. You have defined the following image in an XHTML document:  <img src="/image/logo.gif" alt="" id="img1" />   Answers:  • The code will work properly in a browser that supports both HTML 4.x and XHTML  3. You want to create a link for your website allowing users to email the webmaster. How will you implement this if the webmaster's email is "webmaster@xcompany.com"?   Answers:  • <a href="mailto:webmaster@xcompany.com">webmaster</a>  4. What do you understand by cellspacing?   Answers:  • It specifies the space between two cells  5. Which of the following lines will be allowed by an XHTML parser?   Answers:  • New Horizontal line <hr />  6. What do you understand by the following line of code?  <html xmlns=...