InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not the element associated with HTML table layout?(a) size(b) spanning(c) alignment(d) colorThe question was posed to me in an international level competition.The question is from Working with Tables in portion HTML Tables, Javascript & Jquery Basics of HTML |
|
Answer» CORRECT choice is (d) color Explanation: There are three ELEMENTS in HTML table layout i.e. size, spanning and alignment.Layout TYPE can be achieved by setting Rows elements layout attribute to Fixed or Auto. Auto attribute relies on browser compatibility whereas fixed layout relies on developer SPECIFICATION. |
|