InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is used to align pager buttons to the left side of the page?(a) .previous(b) .prev(c) .pre-scrollable(d) .popoverI had been asked this question in an interview.This is a very interesting question from Responsive Overview in section Advance HTML of HTML |
|
Answer» Correct choice is (a) .PREVIOUS ELEMENT scrollable, .popover shows popup-box that appears when a user clicks on an element. |
|