-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpractice.html
More file actions
44 lines (42 loc) · 1.58 KB
/
practice.html
File metadata and controls
44 lines (42 loc) · 1.58 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
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=], initial-scale=1.0">
<title>Stars Group</title>
</head>
<body>
<!--Table first accordding to design-->
<table width="100%">
<tr>
<td width ="40%"><h1 style= "color:blue"> STARS GROUP</h1></td>
<td width ="20%" align-center>
<img src="C:\Users\laiba nasir\Desktop\Web devlopment\Web\image\IMG-20191024-WA0004.jpg" width="150px" alt="">
</td>
<td width="40%"></td>
<td style= "color:blue"><strong>Nicknames</strong></td>
</tr>
</table>
<table width="100%" style="background-color:black;color: white;border: 2px;">
<tr>
<td width ="11.11%"><a href="Friends.html" style="background-color:black;color: white;"><strong>HOME</strong></a></td>
<td><strong>Iqra Bagi </strong></td>
<td><strong>Mona Bagi</strong></td>
<td><strong>Ruqia Bagi</strong></td>
<td><strong>Tehreem</strong></td>
<td><strong>Fatima</strong></td>
<td><strong>Hifza</strong></td>
<td><strong>Laiba</strong></td>
<td><strong>Isma Bagi</strong></td>
</tr>
</table>
<table><tr>
<td width=70% style="float:left"></td>
<p><strong>what is Friendship</strong></p>
<p style="font-size:medium">Wo aik wahid rishta jis main izzat baizatti kuch nahi hoti bus hoti hai to bus dosti <br>
khaloos ka rista
</p>
</tr>
</table>
</body>
</html>