Computer Science, asked by michaelguillen244, 2 months ago

create a program to make a webpage crash.(coding)

Answers

Answered by Anonymous
2

Answer:

<html>

<head>

<title>Connecting...</title>

</head>

<body style="margin: 0px; overflow:hidden;">

<div style="position: relative;">

<div style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; cursor:wait;"></div>

<iframe src="http://www.wikipedia.com/" width="100%" height="100%" style="border: 0px;">

</iframe>

</div>

</body>

</html>

Explanation:

hope it helps you

Similar questions