-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (45 loc) · 1.02 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
<html>
<head>
<title> WELCOME TO XUXU'S BLOG </title>
<style>
.fashion1{
color:blue
}
A:link{
color:orange;
text-decoration:none;
}
A:visited{
color:brown
}
A:hover{
color:red
}
</style>
</head>
<body background="pictures/bg_yellow.png">
<div class=fashion1>
<center><p style="font-size:16px;font-family:arial">This is XuXu's blog <hr width=120 px color=green/> </style>
</p></center>
</div>
<div style="position:absolute; top:100px; left:350px;background:green; width:350px">
Hi there! <img src="pictures/apple_ex.png" width=240px height=240px> </br>
</div>
<center><a href="http://facebook.com/">XuXu's Facebook</a></center>
<div style="position:absolute; top:450px; border: 1px solid green;padding:15px; margin:20px; min-height:350px">
<h1> Today is my birthday!</h1>
<p>I want to write so many things here!!! </p>
</div>
<table border=1 style="position:absolute; left:100px;font-size:20px; font-style:italic, bold">
<tr>
<td>
2012 <td> 2013 <td> 2014
</td>
</tr>
</table>
<div></div>
<p></p>
<span> </span>
<br/>
</body>
</html>