Understanding of HTML tag elements and CSS pseudo-class and pseudo-elements

Source: Internet
Author: User

Tags: that should all be known. <br/>, <a>, <p></p> and so on are all labels.

elements: the label starts to the end. For example:the content between <p>p <p/> , the red part is the element.

The content of the element: the portion between the beginning and end of the label, the "content between P " in the red section above, which is the content of the element.

pseudo-Class: the element that is specific to the state.

pseudo-element: The content of the element .

Pseudo-elements and pseudo-classes are difficult to distinguish, because they are similar in effect, and css3 in order to distinguish between the two, it is clear that the pseudo-class is represented by a colon, while the pseudo-element is represented by two colons.

syntax for pseudo-class:selector:pseudo-class {property:value;}

Syntax for pseudo-elements: selector::p seudo-element {property:value;}

But because of compatibility issues, most of the time is still a single colon.

Reference:

Http://www.cnblogs.com/springliang/p/6202600.html

http://blog.csdn.net/sadfishsc/article/details/7047595

1190000000484493

Understanding of HTML tag elements and CSS pseudo-class and pseudo-elements

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.