Margin: 0 auto center

Source: Internet
Author: User

I haven't kept a diary for a long time. In the final analysis, I haven't learned for a long time. I 've been working and using margin for a long time. I 've been depressed for a long time. I 've read a lot of questions and answers online, finally, let's take an example and study it. In fact, div center is not that difficult!

CopyCodeGo to notepad and change it to an HTML suffix.

Code

< Html Xmlns = "Http://www.w3.org/1999/xhtml" >
< Head >
< Meta HTTP-equiv = "Content-Type" Content = "Text/html; charsets = UTF-8"   />
< Title > Untitled document </ Title >
</ Head >

< Body >
< Div Style = "Height: 300px; Background: # CCC ;" >
< Div Style = "Width: 50px; Height: 50px; Background: # f00; margin: 0 auto ;" > </ Div >
</ Div >
</ Body >
</ Html >

 

Opening the page found that the small square is not centered! Then we create a new default page in DW (the document type is XHTML 1.0 transitional) and copy its header declaration information.

Code

<! Doctype HTML public "-// W3C // dtd xhtml 1.0 transitional // en" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >

< Html Xmlns = "Http://www.w3.org/1999/xhtml" >
< Head >
< Meta HTTP-equiv = "Content-Type" Content = "Text/html; charsets = UTF-8"   />
< Title > Untitled document </ Title >
</ Head >

< Body >
< Div Style = "Height: 300px; Background: # CCC ;" >
< Div Style = "Width: 50px; Height: 50px; Background: # f00; margin: 0 auto ;" > </ Div >
</ Div >
</ Body >
</ Html >

 

 

Run it! It is very simple, but it is very practical to share with you.

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.