谁能帮我做一份用HTML CSS样式的学生成绩表格,要求美观大方。 谢谢

[复制链接]
查看11 | 回复2 | 2011-9-13 08:59:47 | 显示全部楼层 |阅读模式
!DOCTYPEhtmlPUBLIC-//W3C//DTDXHTML1.0Transitional//ENhttp://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
htmlxmlns=http://www.w3.org/1999/xhtml
head
metahttp-equiv=\"Content-Type\"content=\"text/html;charset=utf-8\"/
title学生成绩表/title
styletype=\"text/css\"
*{margin:0px;padding:0px}body{background:#fff}
.content{width:900px;margin:0pxauto}
table.tablelist{background:#900}
table.tablelistth{background:#FEE;}
table.tablelisttd{background:#fff}
/style
/head
body
tablewidth=\"100%\"class=\"tablelist\"border=\"0\"cellspacing=\"1\"cellpadding=\"0\"
tr
thscope=\"col\"学号/th
thscope=\"col\"姓名/th
thscope=\"col\"成绩/th
thscope=\"col\"班级/th
/tr
tr
tdnbsp;/td
tdnbsp;/td
tdnbsp;/td
tdnbsp;/td
/tr
tr
tdnbsp;/td
tdnbsp;/td
tdnbsp;/td
tdnbsp;/td
/tr
/table
/body
/html
注意编码是UTF-8
回复

使用道具 举报

千问 | 2011-9-13 08:59:47 | 显示全部楼层

回复

使用道具 举报

千问 | 2011-9-13 08:59:47 | 显示全部楼层
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行