-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path15.html
More file actions
19 lines (19 loc) · 689 Bytes
/
15.html
File metadata and controls
19 lines (19 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<script src="assignment2.js"></script>
<title>Who survive?</title>
<link rel="stylesheet" type="text/css" href="style4.css">
</head>
<body>
<h1 id="head1">check who survive</h1>
<input type="textbox" name="tb1" id="tb1" placeholder="Random num for obj1" readonly>
<input type="textbox" name="tb2" id="tb2" placeholder="Random num for obj2" readonly>
<h2 id="object1">Object 1</h2>
<h2 id="vs">V/S</h2>
<h2 id="object2">Object 2</h2>
<button id="check" type="button" value="Check" onclick="document.getElementById('res').innerHTML = t4function();">Check who survives!</button>
<h2 id="survivor">Result is :</h2>
<h2 id="res"></h2>
</body>
</html>