-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogramming.html
More file actions
42 lines (41 loc) · 1.36 KB
/
programming.html
File metadata and controls
42 lines (41 loc) · 1.36 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title><strong>Flourish Collections</strong></title>
<link rel="stylesheet" href="css/style.css">
</head>
<center><h1>FLOURISH COLLECTIONS BRAND</h1></center>
<body>
<table cellspacing= 40>
<tr>
<td><img src="IMG-20190807-WA0008.png" alt="Flourish Collections" height="300" width="300"></td>
<td>
<h2>Welcome to Flourish Collections</h2>
<ul>
<h4>We are dealers of:</h4>
<li>Children Wears</li>
<li>Men Wears</li>
<li>Ladies Bag</li>
<li>Catering Equipment</li>
<li>Make-Up Equipment</li>
<li>Tailoring Equipments</li>
<li>and many more........</li>
</ul>
</td>
</tr>
</table>
<hr>
<h2><strong>Why Do Business with Us</strong></h2>
<ol>
<li>Quality Service</li>
<li>Our prices are pocket friendly,</li>
<li>We offer quick and fast delivery</li>
</ol>
<hr>
<br>
<h3>Testimonies</h3>
<a href="CONTACTS.html">CONTACTS</a>
</body>
</html>