1-1-3_some_common_html_elements

## ELEMENTS WE WILL LOOK AT ##
Headings


Sections

Lists
  • and
    1. together with

    2. Comments

A SIMPLE LIST USING BULLETS ##//一个简单的子弹?列表

Now let’s consider HTML lists//现在让我们考虑HTML列表

  • means unordered list,
  • means list item//
    • 表示无序列表
    • 表示列表方法

      • The first item
      • The second item…
      • Yes… the third item!

A SIMPLE LIST USING NUMBERS ##//简单列对数字的使用

<ol> means ordered list//表示有序列
<ol>
<li>The first item</li>
<li>The second item...</li>
<li>Yes... the third item!</li>
</ol>

1. The first item
2. The second item…
3. Yes… the third item! //同样三句话,无序列前面加个点,有序列有序列号

CHANGING THE START NUMBER

Add start=”number” to fix the starting number//在开始前面加数字来固定起始位置


  1. In this year I was born…
  2. In this year I learned to walk…
  3. In this year I learned to program…
  4. In this year I learned SPA techniques…

1999. In this year I was born…
2000. In this year I learned to walk…
2001. In this year I learned to
program…
2002. In this year I learned SPA
techniques…

REVERSING THE ORDER ##//倒叙排列

Add reversed to reverse the order //添加reversed来让数字倒叙开始


  1. In this year I learned SPA techniques…
  2. In this year I learned to program…
  3. In this year I learned to walk…
  4. In this year I was born…

2002. In this year I learned SPA
techniques…
2001. In this year I learned to
program…
2000. In this year I learned to walk…
1999. In this year I was born…

USING A LETTER ##//使用字母

Add type=”A” to use a letter //只能A不能从B开始


  1. is for ‘Anchor’…
  2. is for ‘Body’…
  3. is for ‘Cdata’…
  4. is for ‘Div’…

COMMENTS ##//评论,备注

A comment looks like this:

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值