⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.html

📁 无懈可击的Web程序设计~~~~值得学习的web开发例子
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><title>Chapter 7: Convertible Tables</title><style type="text/css" media="screen">body {  	margin: 0;  	padding: 30px;  	font-family: "Lucida Grande", Arial, sans-serif;  	font-size: small;  	background: #b5b5b5;  	}	a { 	color: #77985C; 	}.forums {  	line-height: 1.5em;  	background: #919191;  	}table {  	width: 99%;  	position: relative;  	top: -4px;  	left: -4px;  	border: 1px solid #000;  	background: #fff;  	}table caption {  	margin: 0;  	padding: 8px 20px;  	text-align: left; 	border: 1px solid #000;  	border-bottom: none; 	background: #fff;  	}table th, table td {  	margin: 0;  	padding: 8px 20px;  	text-align: center;  	border-bottom: 1px solid #b5b5b5;  	}table th {  	color: #999;  	}table .name {  	text-align: left;  	}table tr {  	background: #e6e6e6;  	}table tr.alt {  	background: #f1f1f1;  	}table td a {  	display: block;  	font-weight: bold;  	}</style></head><body><div class="forums"><table cellspacing="0">  	<caption>The Films</caption>	<tr>		<th scope="col" class="name">Forum Name</th>		<th scope="col">Topics/Messages</th>		<th scope="col">Last Post</th>	</tr>	<tr class="alt">		<td class="name"><a href="/forum/">Name of Forum</a> This is the description of the forum.  This is another line of descriptive text.</td>		<td>9313/163773</td>		<td>Feb 28, 2005 04:21 PM</td>	</tr>	<tr>		<td class="name"><a href="/forum/">Name of Forum</a> This is the description of the forum.  This is another line of descriptive text.</td>		<td>9313/163773</td>		<td>Feb 28, 2005 04:21 PM</td>	</tr>	<tr class="alt">		<td class="name"><a href="/forum/">Name of Forum</a> This is the description of the forum.  This is another line of descriptive text.</td>		<td>9313/163773</td>		<td>Feb 28, 2005 04:21 PM</td>	</tr></table></div></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -