7 lines
120 B
HTML
7 lines
120 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<body onload="javascript:alert('onload')">
|
||
|
<p>Page with onload event handler</p>
|
||
|
</body>
|
||
|
</html>
|