0
Which overflow property is used to invisible the content
1. Invisible 2. Hidden 3. Hide 4. Delusion
2 Answers
+ 1
2.Hidden
TheĀ overflowĀ property has the following values:
visibleĀ - Default. The overflow is not clipped. It renders outside the element's box
hiddenĀ - The overflow is clipped, and the rest of the content will be invisible
scrollĀ - The overflow is clipped, but a scrollbar is added to see the rest of the content
autoĀ - If overflow is clipped, a scrollbar should be added to see the rest of the content
https://www.w3schools.com/css/css_overflow.asp
+ 5
Gajjela chandramouli Q&A section is only for practical problem about coding/SL. If you want propose your challenges/assignements, use appropriated in-App menu
https://www.sololearn.com/discuss/1316935/?ref=app
Thank you