-
Notifications
You must be signed in to change notification settings - Fork 0
/
authors.html
56 lines (54 loc) · 1.58 KB
/
authors.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Book Library</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<center>
<div id="Main-logo">
<h1 class="main-heading">
Book Library</h1>
</div>
<h2>
<a href="index.html">Home</a>
<a href="books.html">Books</a>
<a href="#">Authors</a></h2>
<br></center>
<div id="list">
<ol>
<li>Allama Muhammad Iqbal</li>
<li>Jaun Elia</li>
<li>Bano Qudsia</li>
<li>Ahmed Faraz</li>
<li>Nimra Ahmed</li>
<li>Ashfaq Ahmed</li>
<li>Intizar Hussain</li>
<li>Qudratullah Sahab</li>
</ol>
</div>
<div class="contacting">
<h3>You can also get another books written by another authors by contacting us.</h3>
<center>
<table border="1">
<tr>
<th>Name</th>
<th>Father Name</th>
<th>RollNo#</th>
<th>Class</th>
</tr>
<tr>
<td>Maryam Zohra</td>
<td>Sarfaraz Ali</td>
<td>5834</td>
<td>7th</td>
</tr>
</table>
</center>
<hr class="double-border">
<h4>Thanks for visiting our Website</h4>
</div>
</body>
</html>