0328

一:

代码部分:

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Work0328_1</title>
</head>
<body>
	
	<table>
		<tr>
			<td width="200px"  style="border-right:#cccccc solid 5px;"></td>
			<td colspan="3">
			W-2802B Philippine Stock&nbsp;&nbsp;&nbsp;&nbsp;Tel:(632)6375960<br>
			Wxchange Centre,Exchange&nbsp;&nbsp;&nbsp;&nbsp;Fax:(632)6375963<br>
			Road,<br>
			Ortigas Centre,Pasig City 1605,<br>
			Metro Manila,Philippnies
			</td>
		</tr>
		<tr>
			<td></td>
			<td colspan="3"><h1>Deborah Greer</h1></td>
		</tr>
		<tr>
			<td width="200px" bgcolor="lightgrey">Objective</td>
			<td colspan="3">[Click <a style="text-decoration:none;color:black" href='#'><strong>here
			</strong></a>and type your objective]</td>
		</tr>
		<tr>
			<td width="200px" bgcolor="lightgrey">Experience</td>
			<td width="200px">1990-1994</td>
			<td width="200px">Arbor Shoes</td>
			<td width="200px">Southridge,WA</td>
		</tr>
		<tr>
			<td rowspan="9" width="200px"></td>
			<td colspan="3">
			<strong>National Sales Manager</strong>
			<ul>
				<li>Increased sales from $50 million to $100 million.</li>
				<li>Double sales per representative from $5 million to $10 million.</li>
				<li>Suggested new products that increased eaarnings by 23%.</li>
			</ul>
			</td>
		</tr>
		
		<tr>
			<td width="200px">1985-1990</td>
			<td width="200px">Ferguson and Bardell</td>
			<td width="200px">Southridge,WA</td>
		</tr>
		
		<tr>
			<td colspan="3">
			<strong>District Sales Manager</strong>
			<ul>
				<li>Increased regional sales from $25 million to $350 million.</li>
				<li>Managed 250 sales representatives in 10 Western states.</li>
				<li>Implemented training course for new recruits-speeding profitability.</li>
			</ul>
			</td>
		</tr>
		
		<tr>
			<td width="200px">1985-1990</td>
			<td width="200px">Ferguson and Bardell</td>
			<td width="200px">Southridge,WA</td>
		</tr>
		
		<tr>
			<td colspan="3">
			<strong>District Sales Manager</strong>
			<ul>
				<li>Increased regional sales from $25 million to $350 million.</li>
				<li>Managed 250 sales representatives in 10 Western states.</li>
				<li>Implemented training course for new recruits-speeding profitability.</li>
			</ul>
			</td>
		</tr>
		
		<tr>
		
			<td width="200px">1980-1984</td>
			<td width="200px">Duffy Vineyards</td>
			<td width="200px">Southridge,WA</td>
		</tr>
		
		<tr>
			<td colspan="3">
			<strong>Senior Sales Representatives</strong>
			<ul>
				<li>Expend sales team from 50 to 100 resspresentatives.</li>
				<li>Tripled division revenues for each sales associate.</li>
				<li>Expanded sales to include mass market accounts.</li>
			</ul>
			</td>
		</tr>
		<tr>
			<td width="200px">1975-1980</td>
			<td width="200px">LitWare,Inc.</td>
			<td width="200px">Southridge,WA</td>
		</tr>
		
		<tr>
			<td colspan="3" >
			<strong>Sales Representative</strong>
			<ul>
				<li>Expand territorial sales by 400%.</li>
				<li>Received company's highest sales award four years in a row.</li>
				<li>Developed Excellence In Sales traing course.</li>
			</ul>
			</td>
		</tr>
		
		<tr>
			<td bgcolor="lightgrey">Education</td>
			<td width="200px">1971-1975</td>
			<td width="200px">Southridge State Uniwersity</td>
			<td width="200px">Southridge,WA</td>
		</tr>
		
		<tr>
			<td></td>
			<td colspan="3">
			<ul>
				<li>B.A,Business Adminisitration and Computer Science.</li>
				<li>Graduated Summa Cum Laude.</li>
			</ul>
			</td>
		</tr>
		
		<tr>
			<td bgcolor="lightgrey">Interests</td>
			<td colspan="3">
			Southridge Board of Directors,running,gardening,campentry,computers.
			</td>
		</tr>
		
		<tr>
			<td bgcolor="lightgrey">References</td>
			<td colspan="3">
			Avaiable upon request.
			</td>
		</tr>
	</table>
</body>
</html>

实现效果:

215517_kJTi_3822073.png

 

代码部分:

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Work0328_2</title>
 	<style>
        .leftmargin {
            margin-left: 40px;
            margin-right:500px;
        }
        .rightmargin {
             margin-left: 90%;
        }
    </style>
</head>
<body>
	<a name="top"></a>
	<h1>Frequently Asked Questions</h1>
	<ol>
		<li><a href="#">Is it secure to send my company's information to COMIS?</a></li>
		<li><a href="#">How can I enable SSL for my computer? </a></li>
	</ol>
	
	<ol>		
			<div class="leftmargin">
				<li><b>Is it secure to send my computer's information to COMIS?</b></li>
				
				<p>Your company information is protected by your unique user name and password
				 which are used to identify your company each time you log in to COMIS. During 
				 and after your login,all data send to/from COMIS are encrypted with 128-bit 
				 encryption;and the system is protected by firewalls.
				 </p>
				
				<p>An automatic 'time-outer' feature is activated after login.If there is no 
				activity after a predefined period of time,the session will be automatically 
				termianted to prevent unauthorized acess.</p>
				
				<p>Security is a joint effort.You should note the following at all times to help 
				ensure security is not compromised:</p>
				
				<ul type="circle">
					<li>Do not disclose your password</li>
					<li>Do not share your user name and password with others</li>
					<li>Avoid using the same user name and password to access other Internet services</li>
					<li>Select a password that cannot be easily guessed</li>
					<li>The password should be a combination of numbers and letters with upper and lower case</li>
					<li>Change your password regularly</li>
				</ul>
				<br>
			</div>
			<div class="rightmargin"><a href="#top">Back to top</a></div>
			<div class="leftmargin">
				<li start="2">How can I enable SSL for my computer?</li>			
				Steps to enable SSL for Netscape Communicator 4.79:
				<ol type="a">
					<li>Select"Communicator" from the Menu bar.</li>
					<li>Select "Tools".</li>
					<li>Select "Security Information".</li>
					<img alt="加载中" src="images/img1.png" width="500px">
					<li>Select "Navigator"</li>
					<li>Go to "Advanced Security(SSL) Configuration" section and click "Enable SSL
					(Secure Sockets Layer) v2" and "Enable SSL(SEcure Sockets Layer) v3" check box and</li>
					<img alt="加载中" src="images/img2.png" width="500px">
					<li>Click "OK" to exit the dialog box</li>
				</ol>
			</div>
			<div class="rightmargin"><a href="#top">Back to top</a></div>

	</ol>
</body>
</html>

实现效果:

221241_zWF0_3822073.png

 

转载于:https://my.oschina.net/u/3822073/blog/1787741

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值