-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (39 loc) · 1.2 KB
/
index.html
File metadata and controls
52 lines (39 loc) · 1.2 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
45
46
47
48
49
50
51
52
<!DOCTYPE HTML>
<html>
<head>
<title>my webpage</title>
</head>
<body bgcolor="yellow">
<img src ="paints.jpeg" align="right" width="250px" height="300px">
<h3><div id="menu" align="middle">
<a href="index.html"><i>HOME<i></a>
<a href="ass.html"><i>MY ACHIEVEMENT</i></a>
<a href="my.html"><i>MY INFORMATION</i></a>
<a href="/about/contact_us.htm">CONTACT</a>
<a href="/about/index.htm">ABOUT</a>
</div></h3>
<p align="center"><font face="arial" size="18" color#GREEN>VALUE PAINTS</font><p>
<b>we sell varites of paints like:<b>
<ol>
<ol type ="a">
<li>Texcoat</li>
<li>Emulsion</li>
<li>Satin</li>
<li>Gloss</li>
<li>Flex</li>
And many other types<br>
<img src ="value.jpeg" align="center" width="250px" height="300px"><br>
<b>Thank you for visiting our site we would really apreciate if you can place your order</B><br>
<b>PLACE YOUR ORDER HERE<b><br>
<a href="form.html"><i>PLACE YOUR ORDER</i></a>
<h3><div id="menu" align="middle">
<a href="/index.htm">HOME</a>
<a href="/about/contact_us.htm">CONTACT</a>
<a href="/about/index.htm">ABOUT</a>
</div></h3>
<marquee><i><h2>COPYRIGHT2019
<br>
KWARA STATE UNIVERSITY, MALETE
</h2></i></marquee>
</body>
</html>