2015年10月31日 星期六

textarea

2015年10月30日 星期五

註解

HTML的註解 使用將要註解的文字包起來。 例如: CSS的註解 使用/* 與 */ 將要註解的文字包起來。 例如: JavaScript 的註解 JavaScript 的註解符號和 Java 一樣, 註解的方式有兩種: (1)/* */ 多行的註解 (2)// 單行註解 //單行註解是從//到該行結尾 /* 多行註解可以橫跨多行 但是在註解中不可以再打一次註解 */

ol and li

An ol element is displayed like this:
  1. Coffee
  2. Tea
  3. Milk
Change the default CSS settings to see the effect.
  1. + first
    1. Coffee
    2. Tea
    3. Milk
  2. second
    1. Coffee
    2. Tea
    3. Milk

2015年10月17日 星期六

ol

An ol element is displayed like this:

  1. Coffee
  2. Tea
  3. Milk

Change the default CSS settings to see the effect.

    + first

    1. Coffee
    2. Tea
    3. Milk

  1. second
    1. Coffee
    2. Tea
    3. Milk