1.

Which plugin allows the element to become locked or sticky?(a) .active(b) .alert(c) .affix(d) .alert-linkI have been asked this question in an interview for job.My question is taken from Responsive Overview topic in division Advance HTML of HTML

Answer»

Correct OPTION is (c) .AFFIX

The explanation is: .alert SIMPLY creates an alert message. Affix plugin allows an element to become affixed i.e. STICKY or locked to an area on the page. It toggles position:FIXED on and off, .alert-link is used on links inside alerts to add matching colored links.



Discussion

No Comment Found

Related InterviewSolutions