Do you need to pay attention to the css Writing sequence for xhtml + CSS webpage layout?

Source: Internet
Author: User
We use the xhtml + css web page layout to achieve the separation of performance and structure. The css file that represents part is very important and complicated. We have many attributes and values when writing CSS files, we have considered the order of writing.
Sometimes, we first write margin or color, and then write width and height. Do we need to make our coding more neat and scientific? Practice has proved that it is good to write neatly and according to certain rules.
The following is the CSS Writing sequence recommended by Mozilla Firefox, which is of great reference for our code writing:
* Mozilla.org Base Styles
* Maintained by fantasai
* (Classes defined in the Markup Guide-http://mozilla.org/contribute/writing/markup)
*/
/* Suggested order:
// Display attributes
* Display
* List-style
* Position
* Float
* Clear
// Attributes
* Width
* Height
* Margin
* Padding
* Border
* Background
// Text attributes
* Color
* Font
* Text-decoration
* Text-align
* Vertical-align
* White-space
* Other text
* Content

Related Article

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.