forked from Shikhar-23/SyntaxError2021
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweb1.html
More file actions
27 lines (22 loc) · 676 Bytes
/
web1.html
File metadata and controls
27 lines (22 loc) · 676 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<script src = "./javascript/scripts.js" type = "text/javascript"/>
</script>
<h1 id= "demo"> Hello noobs</h1>
</head>
<body>
<button onclick = "AskQues()">Ask Question</button>
<!-- <input type = "button" onclick = "AlertMe();" name = "ok" value = "Click 2" />
<button onclick="AlertMe()">Click 3</button> -->
<script>
AlertMe();
</script>
<h2>Chapo lene ka zyada shok hai?</h2>
<p>Meko kuch samajh ni aara, bata diyo plis :) </p>
<br>
<p>I was just trying this out, hope it works :) </p>
</body>
</html>