Computer Science, asked by csaptarshi6967, 1 year ago

What HTML element is the script event onLoad mainly associated with?

Answers

Answered by vinithavinayk
0

The onload attribute fires when an object has been loaded. onload is most often used within the <body> element to execute a script once a web page has completely loaded all content (including images, script files, CSS files, etc.). However, it can be used on other elements as well (see "Supported HTML tags" below).

Similar questions