-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlec05ex2.html
More file actions
22 lines (21 loc) · 1.03 KB
/
lec05ex2.html
File metadata and controls
22 lines (21 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<head> <style type="text/css">
#w3c_static { position: static; }
#h5_static { position: static; top: 100px; left: 300px; }
#css_relative { position: relative; left: 80px; }
#h5_absolute { position: absolute; top: 205px; left: 100px; }
#css_fixed { position: fixed; top: 20px; right: 30px; }
</style> </head>
<body>
<h3>5.5 새로운 문서 표준 HTML5
<img src="W3C_logo.gif" id="w3c_static" width="72" height="40">
</h3>
<p>
<img src="H5_logo.gif" id="h5_static" width="54" height="66">
현재 W3C에서 표준안 개발을 하고 있는 HTML5는 차세대 웹문서 표준안으로 ...(중략)....
</p>
<h3> 5.5.1 HTML5의 탄생 배경 및 특징
<img src="CSS3_logo.gif" id="css_relative" width="54" height="66">
<img src="H5_logo.gif" id="h5_absolute" width="54" height="66">
</h3>
<img src="CSS3_ad.gif" id="css_fixed" width="166" height="70">
<p>HTML 4.0이 1997년 발표된 이후 벌써 10년 이상이 경과되었는데, IT 업계 ...(중략)... </p>