0
Which overflow property is used to invisible the content
1. Invisible 2. Hidden 3. Hide 4. Delusion
2 Respuestas
+ 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