您的位置:首页 > 其它

table表格标记

2012-06-11 19:59 267 查看
<html>
<head>
<title>1</title>
<style type='text/css'>
#box{
width:300px;
height:200px;
border:dashed 1px green;
}
</style>
</head>
<body>
<div id='box'>
</div>
<script language='javascript'>

</script>
<table cellspacing='1' cellpadding='4' bordercolorlight='lightgreen' bordercolordark='green' border='5' background='bg.jpg' width='500' height='400'>
<tr><td width='50%' rowspan='2'>蓝色</td><td align='center' valign='top'>黄色</td></tr>
<tr><td>yellow</td></tr>
<tr><td colspan='2'>color</td></tr>
</table><!--bottom middle;right left center -->
</body>
</html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: