2019年12月16日 星期一

test

<html>
<head>
<meta content="text/html; charset="UTF8" http-equiv="content-type">
<title>test</title>
<style>
h1{
color:white;
font-family:Segoe Script;
font-size:30px;
}
header{background-color:red;width:1900px;height:80px;}
main{background-color:green;width:1900px;height:600px;}
aside{background-color:yellow;width:200px;height:40px;}
footer{background-color:red;width:1900px;height:40px;}

</style>
</head>
<body>
<header>標題</header>
<main>主內容</main>
<footer> </footer>
<table border="0">
<tbody>
<tr>
<td bgcolor="yellow" width="100">
<marquee width="100" scrollamount="10" behavior="alternate">看過來</marquee>
</td>
<td bgcolor="gray" width="900">
<marquee width="1800" scrollamount="10">
<h1> 這是一個測試 </h1>
</marquee>
</td>
</tr>
</tbody>
</table>
</body>
</html>

沒有留言:

張貼留言