about what you see in the review element:: Before with:: After

Source: Internet
Author: User

The two tags that are seen in the review element indicate that the content is not in the element, but in the CSS, and you can see the style in the specific content.

In general, this is done in order to clear the floating (clearfix) code, preventing the clutter of the container behind it because of the floating layout.

Added before and after the elements that are selected.

The following wording:

{  content: "\0020";   Display: block;   height: 0;   Overflow: hidden;   font-size: 0;   line-height: 0;   Visibility: hidden;}
{  clear: both;}

Display has a table property.

Another: input type=checkbox element, checked= "checked" This property is added only when the page is loaded, dynamic tick does not make this attribute added, do not use the property selector to determine whether to check, using pseudo-class selector can be well judged: Checked

The Checked property specifies that the input element should be preselected when the page is loaded.

The Checked property is used with <input type= "checkbox" > or <input type= "Radio" >.

The Checked property can also be set through JavaScript code after the page is loaded.

And this checked as long as the value is checked, so if the use of the property selector, try to avoid [checked= "checked"] this, you can use [checked] to determine the existence of this property

about what you see in the review element:: Before with:: After

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.