HTML 4 Floating Clear float

Source: Internet
Author: User

The previous element was set to float

The next element floats underneath the previous element.

To be covered by the last element

Want to be overwritten to clear floating

Clear:left Clear:right

Left floating element does not overwrite the right element without overwriting

Clear:both;

<!DOCTYPE HTML Public "-//W3C//DTD XHTML 1.0 transitional//en" "http://www.w3.org/TR/xhtml1/DTD/ Xhtml1-transitional.dtd "><HTMLxmlns= "http://www.w3.org/1999/xhtml"Xml:lang= "en"><Head>    <Metahttp-equiv= "Content-type"content= "Text/html;charset=utf-8">    <title>Document</title>    <style>#header{Height:200px;width:200px;background:Blue;Color: White;float: Left;        }#content{Height:200px;width:200px;background:Green;Color: White;float: Left;        }#footer{Height:200px;width:200px;background:Grey;float: Left;                    }#footer2{Height:200px;width:200px;background:Yellow;float: Left;            }#main{Clear:both;        }    </style></Head><Body>        <DivID= "header">Header</Div>        <DivID= "Content">Content</Div>        <DivID= "Main"></Div>        <DivID= "Footer">Footer</Div>        <DivID= "Footer2">Footer</Div></Body></HTML>

1

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.