HTML multi-header table code example

高洛峰
Release: 2017-03-06 17:07:12
Original
2034 people have browsed it

1. Multi-header table code

nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
 
 
<meta> 
<title>多表头表格</title> 
<style> 
body{ 
width:98%; 
height:100%; 
font-size:12px; 
background-color:#FCF; 
text-align:center; 
} 
#tab{ 
width:100%; 
height:100%; 
font-size:12px; 
font-family:Verdana, Geneva, sans-serif Georgia, "Times New Roman", Times, serif; 
font-weight:bolder; 
background-color:#9F0; 
} 
</style> 
 
 
Copy after login
                                                                                                                                                                                                                                                                                     
序号王五李四孙传胡平合计
语文数学语文数学语文数学语文数学
17896679888759469 
28968778784767187 
37578897465689890
47989656264879791
58996677674846781
69490977462817878
77889778745867798
86567946887697868
98698878765789879
108875779797777087
   

2. Running results

HTML multi-header table code example

##For more HTML multi-header table code examples and related articles, please pay attention to PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template