Home » CSS » CSS Styling Images » Question
  1. Using Overflow is known as ______.
    1. The Phark method
    2. The Langridge method
    3. The Leon method
    4. The Scott Kellum method
    5. None of these
Correct Option: C

In this method, overflow property is used to hide the element completely. Using this technique requires to wrap the text in a <span> element just like the other methods. The text is hidden by overflow: hidden property.



Your comments will be displayed only after manual approval.