Horje

Example of HTML onresize Event Attribute

Here executes a JavaScript when the browser window is resized.
index.html
Example: HTML
 <body onresize="myFunction()"> 

Output should be:

Example of HTML onresize Event Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Window Event Attributes
Uploaded by:
Admin