2015年10月31日 星期六
2015年10月30日 星期五
註解
HTML的註解
使用將要註解的文字包起來。
例如:
CSS的註解
使用/* 與 */ 將要註解的文字包起來。
例如:
JavaScript 的註解
JavaScript 的註解符號和 Java 一樣,
註解的方式有兩種:
(1)/* */ 多行的註解
(2)// 單行註解
//單行註解是從//到該行結尾
/*
多行註解可以橫跨多行
但是在註解中不可以再打一次註解
*/
ol and li
An ol element is displayed like this:
|
2015年10月17日 星期六
ol
An ol element is displayed like this:
- Coffee
- Tea
- Milk
Change the default CSS settings to see the effect.
- Coffee
- Tea
- Milk
- second
- Coffee
- Tea
- Milk
+ first
訂閱:
意見 (Atom)