1.

Which class indicates new or unread items?(a) .jumbortron(b) .badge(c) .label label-success(d) .pagerThe question was posed to me in my homework.The origin of the question is Responsive Overview topic in chapter Advance HTML of HTML

Answer»

The correct choice is (b) .badge

Easiest explanation: .badge CLASS indicates UNREAD or NEW items, .JUMBOTRON indicates a big box for calling extra attention to featured content or information, .label label-success indicates a green label of type “success”. .pager provides simple pagination links (next/previous).



Discussion

No Comment Found

Related InterviewSolutions