Newer
Older
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<head>
<meta charset="utf-8">
<meta name="viewport" content="width-device-width">
<meta name="description" content="Articles and Blogs">
<meta name="keywords" content="web design, fitness , mApproveation , professional, others">
<meta name="author" content="Saif Ali">
<title>Blogs| Welcome</title>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<header>
<div class="container" >
<div id="branding">
<h1><span class="highlight">Articles</span> and Blogs</h1>
</div>
<nav>
<ul>
<li class="current"><a href="index.html">Home</a></li>
<li><a href="About.html">About</a></li>
<li><a href="Services.html">Services</a></li>
<li><a href="login.html">Login</a></li>
</ul>
</nav>
</div>
</header>
<body>
<table class=tableuser border="1px";>
<tr>
<td>Alfreds Futterkiste</td>
<td>
<form action="users.html" class="inline">
<button class="button">Reject</button>
<button class="button">Approve</button>
</form>
</td>
</tr>
<tr>
<td>Centro comercial Moctezuma</td>
<td>
<form action="users.html" class="inline">
<button class="button">Reject</button>
<button class="button">Approve</button>
</form>
</td>
</tr>
<tr>
<td>Austria</td>
<td>
<form action="users.html" class="inline">
<button class="button">Reject</button>
<button class="button">Approve</button>
</form>
</td>
</tr>
<tr>
<td>UK</td>
<td>
<form action="users.html" class="inline">
<button class="button">Reject</button>
<button class="button">Approve</button>
</form>
</td>
</tr>
<tr>
<td>Canada</td>
<td>
<form action="users.html" class="inline">
<button class="button">Reject</button>
<button class="button">Approve</button>
</form>
</td>
</tr>
<tr>
<td>Italy</td>
<td>
<form action="users.html" class="inline">
<button class="button">Reject</button>
<button class="button">Approve</button>
</form>
</td>
</tr>
</table>
</body>
<div id="footeraa">
<footer >
<p>Tech-Science Blog, Copyright © 2019</p>
</footer>
</div>