-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (29 loc) · 1023 Bytes
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- <h1 id="heading1"> this is heading 1</h1>
<h1 class="pid"> this is heading 4</h1> -->
<!-- <button onclick="myMessage()">button 1</button>
<p id='paraid'>this a peragraph</p> -->
<!-- <button onclick="addStyle()">addStyle</button>
<button onclick="removeStyle()">remove style</button> -->
<!-- <div id="my-dive">
<h1>hllo</h1>
<a href="click me"> click me</a>
</div>
-->
<!-- <button>click me</button> -->
<h1>i am bangladshi</h1>
<!-- <script src="index.js"> </script> -->
<!-- <script src="eventlistener.js"> </script> -->
<!-- <script src="kayword.js"></script> -->
<!-- <script src="concatanation.js"></script> -->
<script src="library_function_for_string.js"></script>
</body>
</html>