Small issues in JS and CSS loading _ basic knowledge

Source: Internet
Author: User
Some minor issues in JS and CSS loading may have been forgotten by everyone. Let's repeat them with you. If you are interested, do not miss out on the js script. There are two windows. onload

The Code is as follows:


Window. onload = function (){
Alert ("aaa ");
};

Window. onload = function (){
Alert ("bbb ");
};


Only one will be executed. This is the setting of the function itself. It is worth noting that the pop-up is not aaa, but bbb, and the last one is executed.

In the css file, in the css style

The Code is as follows:


# Checks {
Padding-left: 20px; padding-top: 16px; margin: auto;
}
# Checks {
Padding-left: 80px; padding-top: 38px; margin: auto;
}


It is also effective for the following style. If the padding-left in the second is removed, the padding-left in the first one is used.

HTML Tag



This is the first one to take effect. It is different from the two above.

I hope someone can explain it...

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.