<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>頁面中嵌入多媒體文件</title>
<style type="text/css">
div{text-align: center;font-size: 18px;font-family: 黑體;}
</style>
</head>
<body>
<div id="" class="">
<h3>醉花陰</h3>
<h4>李清照</h4>
<hr size="5" color="#660099"/>
<p>
薄霧濃云愁永晝, 瑞腦消金獸.<br />
佳節又重陽, 玉枕紗櫥, 半夜涼初透.<br />
東籬把酒黃昏后, 有暗香盈袖.<br />
莫道不消魂, 簾卷西風, 人比黃花瘦.<br />
</p>
<hr size="5" color="#660066"/>
<h3>嵌入的多媒體文件</h3>
<embed src="../stuff/蔡琴明月幾時有.mp3" width="300" height="150" autostart="true" loop="true"></embed>
<embed src="../stuff/093zhy.swf" width="300" height="150" autostart="true" loop="true"></embed>
</div>
</body>
</html>