CSS failure Solution

Source: Internet
Author: User

If CSS is correct and the link does not go wrong, why does the CSS style not take effect?

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

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

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

transitional type : it refers to a transitional type. This type of browser is loose in XHTML parsing and allows the use of tags in html4.01, but it must comply with the XHTML syntax. This is a common method, which is used by default when a webpage is created using Dreamweaver. aa25.cn
strict type : strict type. The browser is relatively strict when used, you are not allowed to use any representations of the identity and attributes, such as directly using the bgcolor background color attribute in the element.
frameset type : Framework page type. If the framework structure is used on a webpage, such a document declaration is necessary.
the basic information has been introduced. Now I know why CSS does not take effect. Don't look at this sentence and you can't ignore it!

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.