Vidyalelo
CSS · Q113

CSS Text, Borders and Images

Programming · CSS · question 113

Q113

Which of the following property influences the horizontal alignment of an element, making it “float” toward the left or right margin of its containing element?

A.
float
B.
float-left
C.
float-right
D.
float-align
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
Syntax: float: left | right | none | inherit;