-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathassig.html
More file actions
31 lines (25 loc) · 1.19 KB
/
assig.html
File metadata and controls
31 lines (25 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>assig</title>
<link rel="stylesheet" href="..//BOOSTRAP/bootstrap-5.2.2-dist/css/bootstrap.min.css">
</head>
<body>
<main class="w-50 mx-auto my-4 border shadow rounded p-4">
<h1 class="text-warning">grading</h1>
<input type="text" name="" id="got" class="form-control my-2" placeholder="student user">
<input type="text" name="" id="score" class="form-control my-2" type="number" placeholder="your scores">
<input type="text" name="" id="scor" class="form-control my-2" type="tel" placeholder="your student code">
<button onclick="checkGrade()" class="btn btn-info mt-3 mx-auto">click to submit</button>
<h1 id="res"></h1>
<audio id="audio" src="./you need a cool sobo.aac"></audio>
<audio id="aud" src="./you can't never make it .aac"></audio>
<video controls id="vido" src="./Leukemia - An Introduction Part 3.mp4" style="visibility: unset;"></video>
</main>
</body>
</html>
<script src="./assig.js">
</script>