-
Notifications
You must be signed in to change notification settings - Fork 0
/
hello.html
111 lines (101 loc) · 2.42 KB
/
hello.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
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
<!DOCTYPE html>
<html>
<head>
<title>
Deehomeoffashion!
</title>
<title>
DEE-FASHION
</title>
<style>
table {
border: 2px solid black;
border-collapse: collapse;
width: 50%;
}
th, td {
border: 1px solid black;
padding: 20px;
text-align: center;
}
th {
background-color: lightgray;
}
</style>
<style>
h1 {
color: blue;
text-align: center;
}
#DEEFASHION {
font-size: 28px;
}
</style>
<body>
<h1>Welcome to dee home of fashion!</h1>
</body>
</head>
<body>
<img src="1.jpg" alt="girl" width=20%>
</body>
<body>
<h2 Hello, welcome to DEE FASHION!</h2>
</body>
<body>
An Unordered List:
<ul>
<li>15 roundnecks</li>
<li>10 jeans</li>
<li>available wears</li>
</ul>
An Ordered List:
<ol>
<li>5 roundnecks</li>
<li>9jeans</li>
<li>sold out</li>
</ol>
</body>
<body>
<h1>Get your wears</h1>
<table>
<tr>
<th>Roundnecks</th>
<th>jeans</th>
<th>number available</th>
</tr>
<tr>
<td>gucci</td>
<td>gucci</td>
<td>32</td>
</tr>
<tr>
<td>fendi</td>
<td>fendi</td>
<td>45</td>
<tr>
<td>polo</td>
<td>polo</td>
<td>23</td>
</tr>
</table>
</body>
<body>
<img src="3.jpg" alt="girl" width=20%>
</body>
<body>
<img src="2.jpg" alt="girl" width=20%>
</body>
<body>
<a href="https://google.com">Click here to place your order!</a>
</body>
<body>
<h1 this are the picture of the avaiable wears!</h1>
</body>
<body>
<a href="pic4.html">Click here to view!</a>
<body>
<a href="pic5.html">Click here to view!</a>
<body>
<a href="pic6.html">Click here to view!</a>
</body>
</html>