1.

Which of the following specifies what happens if content overflow an element’s box?(a) overflow(b) overflow-x(c) overflow-y(d) floatI have been asked this question in semester exam.My question is from Styling HTML5 Layout with CSS in division Flash Videos, HTML5 Layout & Practical Information of HTML

Answer»

Correct choice is (a) OVERFLOW

The best explanation: overflow property specifies what happens if CONTENT OVERFLOWS an ELEMENT’s box, overflow-x specifies what to do with left/right EDGES of the content if it overflows the element’s content area, overflow-y specifies what to do with top/bottom edges of the content if it overflows the element’s content area.



Discussion

No Comment Found

Related InterviewSolutions