-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (41 loc) · 1.12 KB
/
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
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Facebook</title>
</head>
<body>
<section>
<h1>Facebook</h1>
<img src="/Images/blog.jpg" alt="blog image">
<h2>Uzair</h2>
<p>Uzair is a Webflow developer</p>
<hr size="3">
<table cellpading="50">
<tr>
<td>
<div>
<img src="Images/post 1.jpg" alt="post 1 image">
<h2>waqas</h2>
<a href="post 1.html">View full Profile</a><br>
</div>
</td>
<td>
<div>
<img src="Images/post 2.jpg" alt="post 2 image">
<h2>Hira</h2>
<a href="post 2.html">View full Profile</a><br>
</div>
</td>
<td>
<div>
<img src="Images/post 3.jpg" alt="post 3 image">
<h2>Laiba</h2>
<a href="post 3.html">View full Profile</a><br>
</div>
</td>
</tr>
</table>
</section>
</body>
</html>