吉软-Java-白7-第一次作业

第一个页面代码:

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>work1</title>
</head>
<body>
    <h3>Frequently Asked Questions</h3>
    <ol type="1">
    <a name="tp"></a>
    <li><a href="#">Is it secure to send my conmany's information to COMS?</a></li>
    <li><a href="#">How can I enable SSL for my computer?</a></li>
       <ol>
        <li><h3>Is it secure to send mu company's information to COMIS?</h3></li>
         <b><p>Your company information is protected by your unique user name and password<br>
         which are used to identify your company each time you log in to COMIS.During<br>
         and after your login,all data send to /from COMIS are encrypted with 128-bit<br>
         encryption;and the system is protected by  firewalls.
         </p>
         <p>An automatic'time-out' feature is activated after login.If there is no activity after a<br>
         poredefined period of time,the session will be automatically terminated to prevent<br>
         unauthorized aceess.
         </p>
         <p>
          Security is a joint effort You should not the following at all times to help ensure<br>
          security is not compromised:
         </p>
    
         <ul type="circle">
         <li>Do not disclose your password</li>
         <li>Do not share your user name and password to access other Internet</li>
         <li>Avoid using the same user name and password to access other Internet services</li>
         <li>Select a password that cannot be eadily guessed</li>
         <li>The password should be a combination of numbers and letters with upper<br>
         and lower case
         </li>
         <li>Change your password regularly</li>
         </ul>
           <p align="right"><a href="#tp">Back to Top</a></p>
          </b>
         
        <br><br> 
         
        <li><h3>How can I enable SSL for mu computer?</h3></li>
           <ol type=a>
           <h5>
           <li>Steps to enable SSL for Netscape Communicator 4.79:</li>
            <li>Select"Tools"</li>
            <li>Select "Security Information"</li>
            <h5>
            <img src="images/a.jpg" width="600px">
            
            <li>Select"Navigator"</li>
            <li>Go to "Advanced Security(SSL)Configuration"section and click "Enable SSL<br>
            (Secure Sockets Layer)v2"and";Enable SSL(Secure Sockets Layer)v3"<br>
            check box and
            </li><br><br>
            <img src="images/b.jpg" width="600px"><br><br><br><br>
            <li>Click"ok" to exit the dialog box.</li>
            
             <p align="right"><a href="#tp">Back to Top</a></p>
           </ol>
  
        </ol>
    </ol>

</body>
</html>

效果图:

 

第二个页面代码:

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
    <table width="1000px">
        <tr>
            <tr>
            <td style="border-right: 4px solid #c8c8c8" width="150px"></td>
            <td width="120px"></td>
            <td  width="480px" style="padding-left:100px">W-2802B Philippine Stock<br> Exchange
                Centre,Exchange Road,<br>Ortigas Center,Pasig City 1605,
                <br>Metro Manila,Philippines
            </td>
            <td>Tel:(632)6375960<br>Fax:(632)6375963
            </td>
        </tr>
        </tr>

        <tr>
        <td><td>
        <td><h1>Deborah Greer</h1></td>
        </tr>
        
        <tr >
        <td bgcolor="#c0c0c0" height=30px>Objective<td>
        <td>[click <b>here</b> and type your objective]</td>
        </tr>
        
        <tr>
        <td  bgcolor="#c0c0c0" height=30px>Experience<td>
        <td>1990-1994 &nbsp;&nbsp;ArborShoes&nbsp; Southridge WA <br></td>
        </tr>
        
        <tr>
        <ul>
        <td><td>
        <td><b>National Sales Manager</b>
        
                 <li>Increased sales from $50 million to $100 million.</li>
                 <li>Doubled sales per representative from $5 million to $10 million.</li>
                 <li>Suggested new products that increased earnings by 23%</li>
        </td>
        </ul>
        </tr>
        <tr>
        <td><td>
        <td>1985-1990 &nbsp;&nbsp;Freguson and Bardell &nbsp;&nbsp; Southridge WA</td>
        </tr>
  
        <tr>
        <td><td>
         <ul>
        <td><b>District Sales Manager</b>
             <li>Increased sales from $50 million to $100 million.</li>
             <li>Doubled sales per representative from $5 million to $10 million.</li>
             <li>Suggested new products that increased earnings by 23%</li>     
        </td>
        </ul>
        </tr>

        <tr>
        <td><td>
        <td>1980-1984 &nbsp;&nbsp;Duffy Vineyards&nbsp;&nbsp; Southridge WA</td>
        
        </tr>   
        <tr>
        <td><td>
         <ul>
        <td ><b>Senior Sales Representative</b>
             <li>Expanded sales team from 50 to 100 representatives.</li>
              <li>Tripled division revenues for each sales associate.</li>
        </td>
        </ul>
        </tr>

        <tr>
        <td><td>
        <td style="padding-top:5px">1975-1980 &nbsp;&nbsp;LitWare,Inc.&nbsp;&nbsp; Southridge WA</td>   
        </tr> 
    
        <tr>
        <td><td>
         <ul>
        <td height=30px><b>Sales Representative</b>

                 <li>Expanded territorial sales by 400%.</li>
                 <li>Received company's highest sales award four years in a row.</li>
                 <li>Developed Excellence In Sales training course.</li>
    
        </td>
         </ul>
        </tr>

    <tr>
        <td bgcolor="#c0c0c0" height=30px>Education<td>
        <ul>
        <td style="padding-top:5px">1971-1975 &nbsp;&nbsp;Southridge State University.&nbsp;&nbsp; Southridge WA

             <li>B.A,Business A dministration and Computer Science.</li>
             <li>Graduated Summa Cum Laude.</li>

        </td>
        </ul>
    </tr>
      <tr>
        <td bgcolor="#c0c0c0" height=30px>Interests<td>
        <td>Southridge Board of Directors ,running,garderning,carpentry,computers.</td>
     </tr>
      <tr>
        <td bgcolor="#c0c0c0" height=30px>References<td>
        <td>Abailable upon request.</td>
     </tr>

   </table>
</body>
</html>

效果图:

第三个页面代码:

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
    <img src="images/c.jpg"><br>
    <p style="margin-left:300px"><a href="#">登陆</a>|关于贵美|贵美助理|<a href="#">联系我们</a></p>
    <p>手机-诺基亚-<a href="#">MOTO</a>-索爱</p>
    <h1>导购资讯</h1>
    <p>参观电玩达人的宝贝仓库</p>
    <p>炎炎夏日,冰凉家具两折起</p>
    <p>周末折扣,品牌三者热卖</p>
    <hr>
    <p>网游专区</p>
    <ol>
    <li>QQ幻想100点卡只需¥8.8元</li>
    <li>热血江湖250点只需¥8.8元</li>
    <li>问道30元卡只需¥25元</li>
    <li>跑跑点卡200点只需¥16.8元</li>
    </ol>
    <p>数码产品</p>
    <ul type="disc">
        <li>最酷音乐手机导购</li>
        <li>最强街机6300仅售1450</li>
        <li>99元热销学生Mp3推荐</li>
        <li>漫步者音箱76元搞定</li>
    </ul>
    <hr>
    <p>MOTO E2</p>
      <p style="margin-left:20px">130万像素摄像头 Linux只能系统
      Intel XScale 处理器<br>
      A2DP蓝牙立体声 市场价:1690<br>
        开学价:1045</p>
     <hr>
     版权信息:copyright &copy; 1998-2007 GuiMei Shopping Inc.All rights Reserved
</body>
</html>

效果图:

转载于:https://my.oschina.net/u/3859092/blog/1812177

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值