Computer Science, asked by nik61, 1 year ago

html code to create virus

Answers

Answered by ankitmondal
3
<html>
<head>
<script>
function openWin()
{
myWindow=window.open("","","width=200,height=100");
myWindow.document.write("<p>This is 'myWindow'</p>");
}

</script>
</head>
<body onmouseover="openWin()">

</body>

mark me as brainliest.....
</html>
.
.
3. Save it with extension 'htm' or 'html'.
4. Open it using IE..
.
.
Attachments:
Similar questions