案例:CSS案例     状态:可编辑再运行    进入横版
x
 
1
<html>
2
<head>
3
<style type="text/css">
4
table,td,th
5
  {
6
  border:1px solid black;
7
  }
8
9
table
10
  {
11
  width:100%;
12
  }
13
14
th
15
  {
16
  height:50px;
17
  }
18
</style>
19
</head>
20
21
<body>
22
<table>
23
<tr>
24
<th>Firstname</th>

 运行结果 
 北美留学生论坛