-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (46 loc) · 1.14 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Hello World !!!!!!!!</title>
</head>
<body>
<h1> My name is Bruce Chen</h1>
<p>
<em>Founder of <strong>Strong Strong </strong></em>
</p>
<hr size='30' color='pink'>
<h3>Books and teaching </h3>
<ul>
<li> This is my first item</li>
<li> This is my second item</li>
<li> THis is my third item</li>
</ul>
<h3>Another List Try</h3>
<a href="interest.html">HHHHHHHHHHHHHHHAAAAAAAAAAA</a>
<ol>
<li>First ol</li>
<li>Second ol</li>
<li>Third ol</li>
</ol>
<!--<img src="/Users/hueijun/Desktop/Web/HTML/test.png" alt="Bruce Test image pic"> -->
<table border="1">
<thead>
<tr>
<th> Date </th>
<th> Work </th>
</tr>
</thead>
<tbody>
<tr>
<td>2010-2013</td>
<td> Research at some app </td>
<td> WWWW</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<a href="mycontact.html">Contact me :</a>
</body>
</html>