Discussion on the small problems in JS and CSS loading _ basic knowledge

Source: Internet
Author: User
In the JS script, there are two window.onload
Copy Code code as follows:

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

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

Will only execute one, this is the set of its own function, it is noteworthy that the pop-up is not AAA, but BBB, executed is the last

In CSS files, in CSS styles
Copy Code code as follows:

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

is also the back of the style entry into force, if the second padding-left is removed, use the first padding-left

In HTML tags

<TD style= "Padding-left:10px;padding-top:8px;margin:auto style=" Padding-left:20px;padding-top:16px;margin: auto; " ></td>

This is the first one to take effect, and the top two different

I would like someone to help explain ...
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.