Skip to main content

Posts

Showing posts with the label Upwork Test answers of XHTML 1.0 test

Upwork/oDesk XHTML 1.0 Test Answers (part1)

1. Which of these is well formed?   Answers:  • <body>  2. What's the most common XHTML DTD?   Answers:  • Transitional  3. Which of these frame references is a well formed 2 column frame?   Answers:  • <frameset cols="50%,50%"> <frame src="frame-1.html"> <frame src="frame-2.html"> </frameset>  4. When referencing an image map, what attribute is assigned to the image?   Answers:  • ismap  5. Which of the following is something you can do in XHTML that you can't do in HTML?   Answers:  • Include processing instructions  6. Which of these are the correct structure of a definition list?   Answers:  • <dl> <dt>Car</dt> <dd>Convertible</dd> </dl>  7. What would you put inside of a <![CDATA[ .... ]]> element?   Answers:  • Text that contains characters that would otherwise need to be ...