features1.html

来自「flash programming source code for silabs」· HTML 代码 · 共 52 行

HTML
52
字号
<html>
<head>
	<title>Embedded Ethernet Web Server Demo</title>
</head>
<body bgcolor="blue" text="white" link="yellow" vlink="yellow" alink="orange">

	<!-- Heading -->
	<div align="center" style="font-size: 24pt; font-weight: bold;">CP2201 Key Features</div>
	<hr>

	<!-- Heading -->
	<table align=center width = 100% ><tr>
		<td width = 100% align = center>

			<!-- Menu -->
			<table><tr><td>
			<br>
			<ol type="1">
			<b>
			<li>5 x 5 mm package<br><br>
			<li>High perfomance parallel external memory interface (25 Mbps)<br><br>
			<li>8KB Flash with pre-programmed MAC Address<br><br>
			<li>Auto-negotiation support<br><br>
			<li>Free CMX-Micronet&reg; TCP/IP Stack with Configuration Wizard<br><br>
			For more information, visit <a href="http://www.silabs.com/ethernet">www.silabs.com/ethernet</a>
			</b>
			</ol>
			</td></tr></table>
		</td>
	</table>
	<hr>

	<!-- Footer -->
	<div align="center" style="font-size: 18pt; font-weight: bold;">

		<!-- Footer Text -->
		This server is running on a C8051F340 and uses an Si3400<br>and CP2201<span style="color:yellow">-- the industry's smallest Ethernet controller.</span>
		<br><br>

		<!-- Footer Image (logo) -->
		<table width="100%"   cellspacing=0 border=0  cellpadding=0  bgcolor="white">
		 <tr>
		  <td>
			<center><img src="logo.gif"></center>
		  </td>
		 </tr>
		</table>
	</div>

</body>
</html>

⌨️ 快捷键说明

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