-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjshtml.html
More file actions
33 lines (32 loc) · 965 Bytes
/
jshtml.html
File metadata and controls
33 lines (32 loc) · 965 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
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<title>Including JS files</title>
<script type="text/javascript" src="basantpanchmi.js"></script>
<title>my title</title>
</head>
<body>
<!--<h5>Including JS Files</h5>
<h3 id = "todo1">todo list</h3>
<h3 class= "todo2">"new" - Add a todo</h3>
<h3 class = "todo2">"list" - view all todos</h3>
<h3>"quit" - Quit app</h3>-->
<!--<h1>i am an hll</h1>
<p id="first" class = "special">hello</p>
<p class="special">goodbye</p>
<p> hi again</p>
<p id = "last"> goodbye again</p>
<button>click me</button>-->
<ul >
<li id="test">item 1</li>
<li>item 2</li>
<li>item 3</li>
</ul>
<!--<h1><span>0</span> to <p>0</p></h1>
//playing to <h2> </h2>
//<inpuyt type = "text" id = "submit">
//<input type="button" name="playerone" id = "playerone" placeholder="playerone" >
<input type="button" name="playertwo" id = "playertwo"placeholder = "playertwo " >
<button id="reset"> reset</button>-->
</body>
</html>