How block elements can be centered with CSS1?
With css the way to center anything that's a block level element is with the margin property. One of the values of margin is auto and by setting auto on the left and right margin our block level element will center itself.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I enable cascading style sheet in css?
What does div stands for?
What are the most commonly used multi backgroud properties in css3?
How to overrule underlining Hyperlinks?
Differentiate Style Sheet concept from HTML?
Define float property of CSS??
What is the difference between css3 and css4?
Is it possible to create border as a image in css3?
What are child selectors in css?
What is selector?
What is a child selector?
Is html considered coding?