-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage1.html
More file actions
32 lines (31 loc) · 1.09 KB
/
page1.html
File metadata and controls
32 lines (31 loc) · 1.09 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
32
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Page-1</title>
</head>
<body>
<h1 id="id_of_page2">Hi</h1>
<h1>Page-1 (tut12)</h1>
<div class="container">
<h4>List of Fruits:</h4>
<div class="fruit" id="a1">Apple</div>
<div class="fruit" id="a2">Orange</div>
<div class="fruit" id="a3">Banana</div>
<h4>List of Books:</h4>
<div class="book" id="b1">Harry Potter</div>
<div class="book" id="b2">Half Girlfriend</div>
<div class="book" id="b3">The India</div>
<div class="mylink" id="lnk">
<a href="https://getbootstrap.com/">Go to bootstrap</a>
<a href="https://facebook.com/">Go to facebook</a>
<a href="https://google.com/">Go to google</a>
</div>
</div>
<!-- Optional JavaScript -->
<!-- <script src="tut12.js"></script> -->
<script src="tut14.js"></script>
</body>
</html>