码迷,mamicode.com
首页 > 其他好文 > 详细

有序列表与无序列表应用示例

时间:2017-09-13 21:16:12      阅读:239      评论:0      收藏:0      [点我收藏+]

标签:body   strong   考试   报名   通知   时间   html   报名时间   序列   

<!--程序 ch02_3.html -->

<html>

  <head> <title>有序列表与无序列表</title></head>

  <body>

    <b>班级新闻</b>

    <ul type="disc">

      <li>最新课程表</li>

      <li>关于普通话考试的通知</li>

      <li>div+css 高级应用学习</li>

    </ul>

    <hr width="100%" size="1" color="red">

    <strong>报名</strong>

    <ol type="A">

      <li>报名时间:3月16——21日。</li>

      <li>报名地点:所在院系办公室。</li>

      <li>报名费用:按物价局规定85元/人/次(含培训费用),报名时交齐。</li>

    </ol>

    </body>

  </html>

有序列表与无序列表应用示例

标签:body   strong   考试   报名   通知   时间   html   报名时间   序列   

原文地址:http://www.cnblogs.com/meng2/p/7517447.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!