...
Web-Technologies
September 9, 2024
Web-Technologies
September 9, 2024
Web-Technologies
September 9, 2024
Web-Technologies
September 9, 2024

Web-Technologies

Question 42
If we don’t want to allow a floating div to the left side of an element, ______ CSS property will we use.
A
margin
B
clear
C
float
D
padding
Question 42 Explanation: 
The clear property specifies on which sides of an element floating elements are not allowed to float.
Syntax: clear: none|left|right|both|initial|inherit;
Correct Answer: B
Question 42 Explanation: 
The clear property specifies on which sides of an element floating elements are not allowed to float.
Syntax: clear: none|left|right|both|initial|inherit;

Leave a Reply

Your email address will not be published. Required fields are marked *