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