InterviewSolution
Saved Bookmarks
| 1. |
Which of the following specifies header text of popover?(a) title(b) trigger(c) selector(d) placementI got this question in an internship interview.Query is from Responsive Overview in chapter Advance HTML of HTML |
|
Answer» CORRECT choice is (a) title The best I can explain: title SPECIFIES the header text of POPOVER, its default VALUE is “”, trigger specifies how popover is triggered, PLACEMENT specifies popover position. A popover can be added to specified selector by selector. |
|