-
Notifications
You must be signed in to change notification settings - Fork 0
/
web site.html
61 lines (53 loc) · 2.03 KB
/
web site.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>website</title>
</head>
<body>
<!-- <div class="div1" id="div"> -->
<div class="container" id="division">
<h1 class="heading1" id="heading">Welcome</h1>
<ul class="col" id="col 1">
<ol class="class" id="fol">row 1</ol>
<ol class="class">row 2</ol>
<ol class="class">row 3</ol>
<ol class="class" id="lol">row 4</ol>
</ul>
<div class="child" id="first" >child 1
<div class="child">child 2</div>
<div class="child">child 3</div>
<div class="child">child 4</div>
</div>
<form action="none.html" method="post"></form>
<a class="link1" href="https://facebook.com">Go to facebook</a>
<br>
<a class="link1" href="https://google.com">Go to google</a>
<br>
<a class="link1" href="https://skype.com">Go to skype</a>
<br>
Enter your name:<input type="text" name="button">
<br>
click here <input type="submit"value="submit" class="btn1" >
<br>
<button id="btn" class="btn2">submit form</button>
<!-- <h1>Welcome ViRu</h1> -->
</div>
<!-- <img src="Screenshot (5).png" alt="sari">
<img src="Screenshot (2).png" alt="Screenshot">
-->
<!-- </div> -->
</body>
<!-- <script src="tut 12.js"></script> -->
<!-- <script src="2 index.js"></script> -->
<!-- <script src="2 exercise 1 tut 19.js"></script> -->
<!-- <script src="tut 14.js"></script> -->
<!-- <script src="tut 15.js"></script> -->
<!-- <script src="tut 16.js"></script> -->
<!-- <script src="tut 16(quiz).js"></script> -->
<!-- <script src="tut 17.js"></script> -->
<!-- <script src="tut 18.js"></script> -->
<!-- <script src="tut 20.js"></script> -->
<script src="tut 23.js"></script>
</html>