-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
313 lines (223 loc) · 6.01 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
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>EVA LEE</title>
<link rel="icon" type="image/png" href="atmospheric.png"/>
</head>
<header>
<h1>Styles Conference</h1>
<h3>August 24–26th — Chicago, IL</h3>
</header>
<section>
<h2>Dedicated to the Craft of Building Websites</h2>
<p>Every year the brightest web designers and front-end developers descend on Chicago to discuss the latest technologies. Join us this August!</p>
</section>
<section>
<div id="3">
<h3>World-Class Speakers</h3>
<p>Joining us from all around the world are over twenty fantastic speakers, here to share their stories.</p>
</div>
...
</section>
<footer>
<small>© Styles Conference ☝ ✿ ✌ ☔ ♎</small>
</footer>
</html>
<!-- Division -->
<div id="social">
<p>I may be found on...</p>
<p>Additionally, I have a profile on...</p>
</div>
<!-- Span -->
<p>Soon we'll be <span class="tooltip">writing HTML</span> with the best of them.</p>
<!-- Strong importance -->
<p><strong>Caution:</strong> Falling rocks.</p>
<!-- Stylistically offset -->
<p>This recipe calls for <b>bacon</b> and <b>baconnaise</b>.</p>
<!--The <strong> element is semantically used to give strong importance to text, and is thus the most popular option for bolding text. The <b> element, on the other hand, semantically means to stylistically offset text, which isn’t always the best choice for text deserving prominent attention -->
<!-- Stressed emphasis -->
<p>I <em>love</em> Chicago!</p>
<!-- Alternative voice or tone -->
<p>The name <i>Shay</i> means a gift.</p>
<!-- Relative Path -->
<a href="about.html">About</a>
<!-- Absolute Path -->
<a href="http://www.google.com/">Google</a>
<a href="mailto:1074322136@qq.com?subject=Reaching%20Out&body=How%20are%20you%0Alover">Email Me</a>
<a href="https://learn.shayhowe.com/html-css/getting-to-know-html/" target="_blank">EVA LEE</a>
<!--the _blank value specifies a new window //_self-----default action// _top//_parent-->
<body id="top">
...
<a href="#top">Back to top</a>
...
</body>
<ul>
<li>Orange</li>
<li>Green</li>
<li>Blue</li>
</ul>
<ol start="30">
<li>Head north on N Halsted St</li>
<li>Turn right on W Diversey Pkwy</li>
<li>Turn left on N Orchard St</li>
</ol>
<ol reversed>
<li>Head north on N Halsted St</li>
<li>Turn right on W Diversey Pkwy</li>
<li>Turn left on N Orchard St</li>
</ol>
<ol>
<li>Head north on N Halsted St</li>
<li value="9">Turn right on W Diversey Pkwy</li>
<li>Turn left on N Orchard St</li>
</ol>
<dl>
<dt>study</dt>
<dd>The devotion of time and attention to acquiring knowledge on an academic subject, especially by means of books</dd>
<dt>design</dt>
<dd>A plan or drawing produced to show the look and function or workings of a building, garment, or other object before it is built or made</dd>
<dd>Purpose, planning, or intention that exists or is thought to exist behind an action, fact, or material object</dd>
<dt>business</dt>
<dt>work</dt>
<dd>A person's regular occupation, profession, or trade</dd>
</dl>
<body id="top">
...
<a href="#social">Back to 2</a>
...
</body>
<body id="4">
...
<a href="#3">Back to 3</a>
...
</body>
<ol>
<li>Walk the dog</li>
<li>Fold laundry</li>
<li>
Go to the grocery and buy:
<ul>
<li>Milk</li>✔ ✌☔
<li>Bread</li>✔ ✌☔
<li>Cheese</li>✔ ✌☔
</ul>
</li>
<li>Mow the lawn</li>
<li>Make dinner</li>
</ol>
<img src="11 copy.jpg" alt="EVA">
<!-- The alt attribute value is picked up by search engines and assistive technologies to help convey the purpose of an image. The alt text will be displayed in place of the image if for some reason the image is not available.
-->
<figure>
<img src="12.jpg"
width = "50%" alt = "EVA">
<figcaption>bloody</figcaption>
</figure>>
<figure>
<img src="Sprite.gif"
width = "500px" alt="EVA">
<figcaption>blury</figcaption>
</figure>>
<body id="top">
...
<a href="#top">Back to top</a>
...
</body>
<table>
<tr>
<th scope="col">Item</th>
<th scope="col">Availability</th>
<th scope="col">Qty</th>
<th scope="col">Price</th>
</tr>
<tr>
<td>Don’t Make Me Think by Steve Krug</td>
<td>In Stock</td>
<td>1</td>
<td>$30.02</td>
</tr>
<tr>
<td>A Project Guide to UX Design by Russ Unger & Carolyn Chandler</td>
<td>In Stock</td>
<td>2</td>
<td>$52.94 ($26.47 × 2)</td>
</tr>
<tr>
<td>Introducing HTML5 by Bruce Lawson & Remy Sharp</td>
<td>Out of Stock</td>
<td>1</td>
<td>$22.23</td>
</tr>
<tr>
<td>Bulletproof Web Design by Dan Cederholm</td>
<td>In Stock</td>
<td>1</td>
<td>$30.17</td>
</tr>
</table>
<table bor>
<caption>Design and Front-End Development Books</caption>
<thead>
<tr>
<th scope="col">Item</th>
<th scope="col">Availability</th>
<th scope="col">Qty</th>
<th scope="col">Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Don’t Make Me Think by Steve Krug</td>
<td>In Stock</td>
<td>1</td>
<td>$30.02</td>
</tr>
...
</tbody>
<tfoot>
<tr>
<td>Subtotal</td>
<td></td>
<td></td>
<td>$135.36</td>
</tr>
<tr>
<td>Tax</td>
<td></td>
<td></td>
<td>$13.54</td>
</tr>
<tr>
<td>Total</td>
<td></td>
<td></td>
<td>$148.90</td>
</tr>
</tfoot>
</table>
<table border = "1">
<tr>
<th>Child's name: </th><th>Parent's name:</th>
</tr>
<tr>
<td rowspan="2">Catherine</td><td>Michael</td></tr>
<tr>
<td>colleen</td><td>Mic</td>
</tr>
<tr>
<td rowspan="2">Catherine</td><td>Michael</td></tr>
<tr>
<td rowspan="2">Catherine</td><td>Michael</td></tr>
</table>
<br>
<br>
<br>
<br>
<figure>
<img src="1234.png"
width = "300px" alt="click here see the right one">
<figcaption>wrong</figcaption>
</figure>>
<br>
<br>