InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not the value for frame attribute?(a) above(b) void(c) none(d) boxI had been asked this question by my college director while I was bunking the class.This interesting question is from Working with Tables topic in division HTML Tables, Javascript & Jquery Basics of HTML |
|
Answer» RIGHT choice is (c) none The explanation is: Frame attribute GIVES INFORMATION about which sides of the frame surrounding that table will be visible. The values that this attribute can TAKE are LHS, rhs, box, border, vsides, hsides, below, above, void. |
|