I mean, If all element is block-level, then there may be more simple to learn. so, why we need this kind of box/element?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If all tags would be treated as block level elements, the following snippet:
would look like this in your browser:
The corresponding code:
Edit: By the way, if there is a need for you to deal with block elements only, just reset the HTML using CSS:
* { display:block}