Valid GSNA Dumps shared by EduDump.com for Helping Passing GSNA Exam! EduDump.com now offer the newest GSNA exam dumps, the EduDump.com GSNA exam questions have been updated and answers have been corrected get the newest EduDump.com GSNA dumps with Test Engine here:
Sam works as a Web Developer for McRobert Inc. He creates a Web site. He wants to include the following table in the Web site: He writes the following HTML code to create the table: 1. <TABLE BORDER="1" WIDTH="500"> 2. <TR> 3. 4. 5. </TR> 6. <TR> 7. <TD> 8. </TD> 9. <TD> 10. </TD> 11. <TD> 12. </TD> 13. </TR> 14. <TR> 15. <TD> 16. </TD> 17. <TD> 18. </TD> 19. <TD> 20. </TD> 21. </TR> 22. </TABLE> Which of the following tags will Sam place at lines 3 and 4 to create the table?
Correct Answer:
A, B are incorrect. There are no attributes such as SPAN and SPANWIDTH for the tag.