How do I display two divs in the same row? One float.

Source: Internet
Author: User

Recently I have been studying Div and CSS and encountered some problems that have solved many problems that I previously thought were hard to solve. For example, how do I display two divs in the same row? (Not using table tables, but table is not very friendly to SE) In fact, <div> is a block-level element, that is, a browser usually places a line break before and after the DIV element. You can add a property float: left. The Demo code is as follows:

<Div> <Div style = "float: Left; width: 100px; Border: 2px solid # aa00ff;"> first Div </div> <Div style = "float: left; width: 100px; Border: 2px solid # 0033ff; "> second Div </div>

The implementation result is as follows:

First Div second Div

 

How about it, isn't it easy?

How do I display two divs in the same row? One float.

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.