step5-base.html

来自「ajax快速入门,主要讲解原理与部门实现」· HTML 代码 · 共 65 行

HTML
65
字号
<html>
<body leftmargin="5" topmargin="5">
<table width="100%" border=0 cellpadding=0 cellspacing=2>
	<tr>
		<td bgcolor=#1393C0 align="right"><a href="#"><b><font color="#ffffff" face="Verdana" size="2px">n subscribers</font></b></a></td>
		<td bgcolor=#1393C0 width="96" face="Verdana" size="2px" align="center"><a href="#"><font color="#ffffff">unsubscribe</font></a></td>
		<td bgcolor=#1393C0 width="146" face="Verdana" size="2px" align="center"><a href="#"><font color="#ffffff">edit subscription</font></a></td>
	</tr>
</table>
<table width="100%" border=0 cellpadding=0 cellspacing=0>
	<tr>
		<td bgcolor=#EBF5F8 width="80%"><a href="#"><font color="#1393C0" size="5pt">BlogTitle</font></a><br>
		BlogDescription
		</td>
		<td bgcolor=#EBF5F8 align="right"><img src="logo.gif" width="88"></td>
	</tr>
	<tr>
		<td background="line1.jpg" colspan="2"></td>
	</tr>
	<tr>
		<td bgcolor=#EEEEEE colspan="2"><font size="2pt">count Items|Updated: LastPubData</font>
		</td>
	</tr>
	<tr>
		<td background="line2.jpg" height="2" colspan="2"></td>
	</tr>
</table>
<br>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td><a href="#"><font color="#1393c0" size="4pt">ItemTitle</font></a></td>
	</tr>
	<tr>
		<td><font size="2pt">By author</font></td>
	</tr>
	<tr>
		<td><font size="2pt">item_description</font></td>
	</tr>
	<tr>
		<td background="line3.jpg"></td>
	</tr>
	<tr>
		<td><font size="2pt">Posted on: pubDate</font></td>
	</tr>
	<tr>
		<td background="line4.jpg" height="2"></td>
	</tr>
</table>
<br><br><br>
<center>Display items within the 
<select>
	<option>1 Hour</option>
	<option>6 Hours</option>
	<option>12 Hours</option>
	<option>24 Hours</option>
	<option>48 Hours</option>
	<option>72 Hours</option>
	<option>Week</option>
	<option>Month</option>
	<option>All Items</option>
</select>
<input type="button" name="show" value="Display">
</center>
</body>
</html>

⌨️ 快捷键说明

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