example2-8.html

来自「CSS&DHML编程」· HTML 代码 · 共 95 行

HTML
95
字号
<html><head>	<title>Shelley Biotechnologies</title>	<style type="text/css">			#header		{			position: absolute;			left: 32;			top: 20;		}				#mainnav		{			position: absolute;			left: 32;			top: 82;		}				#sidenav		{			position: absolute;			left: 450;			top: 120;		}				#heart		{			position: absolute;			left: 124;			top: 204;		}				#hearttext		{			position: absolute;			left: 32;			top: 149;		}				#rosehips		{			position: absolute;			left: 397;			top: 213;		}				#rosehipstext		{			position: absolute;			left: 314;			top: 149;		}				.sidenavtext		{			font-family: verdana, sans-serif;			font-size: 10px;			font-weight: normal;		}	</style></head><body bgcolor="#FFFFFF"><div id="header">	<img src="images/shelley.gif" alt="Shelley Biotechnologies" width="395" height="49"></div><div id="mainnav">	<img src="images/main_nav.gif" width="564" height="32"></div><div id="sidenav" class="sidenavtext">	Home &nbsp;&nbsp;&nbsp; Search &nbsp;&nbsp;&nbsp; Contact</div><div id="hearttext">	<img src="images/heart_text.gif" width="97" height="139"></div><div id="heart">	<img src="images/heart.jpg" width="171" height="222"></div><div id="rosehipstext">	<img src="images/rose_text.gif" width="142" height="138"></div><div id="rosehips">	<img src="images/rosehips.jpg" width="200" height="224"></div></body></html>

⌨️ 快捷键说明

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