CSS Authoritative Guide 3rd edition 1th chapter CSS and documentation

Source: Internet
Author: User

Replacing elements with non-replacement elements

    <!---    <src = "test.jpg"/>     <!---    <Spa> Hello World</> Spa
View Code

Element Display role

    <!--CSS2.1 uses a different base element type, block-level (Block-level) elements, and inline (inline-level) elements -    <!--block-level elements generate an element box, (by default) it fills the content area of its parent element, and cannot have other elements next to it -    <P>P element</P>    <Div>div element</Div>    <!--The inline element generates an element box within a line of text without interrupting the line of text -testsststst<ahref="#">Element a</a>Tststststs
View Code

Candidate Style Sheets

    <!--by setting the value of the Rel attribute to alternate stylesheet, you can define a candidate stylesheet that will only be used for document performance when the user chooses the stylesheet, and only some browsers support -    <Linkrel= "stylesheet"type= "Text/css"href= "Css/1.css"title= "BLACK" />    <Linkrel= "Alternate stylesheet"type= "Text/css"href= "Css/2.css"title= "Red" />
View Code

@import instructions

    <type= "Text/css">        @import url (1.css);        @import URL (2.css);        @import URL (3.css);     </ style >
View Code

CSS Authoritative Guide 3rd edition 1th chapter CSS and documentation

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.