Definition lists Compact <dl compact><dt>...<dd>...</dl>
Today Today will be yesterday.
Next Tomorrow will be today.
-
Today
-
Today is yesterday.
-
Tomorrow
-
Tomorrow is today.
-
定製列表元素
定製表中的標記 <li type=#> #=disk, circle, square
<ul>
<li type=disc>ONE
<li type=circle>TWO
<li type=square>THREE
</ul>
定製有序列表表中的序號 <li type=#> #=A, a, I, i, 1
<ol><li type=A>ONE-ONE
<li>ONE-TWO</ol>
- ONE-ONE
- ONE-TWO
<ol><li type=a>ONE-ONE
<li>ONE-TWO</ol>
- ONE-ONE
- ONE-TWO
<ol><li type=I>ONE-ONE
<li>ONE-TWO</ol>
- ONE-ONE
- ONE-TWO
<ol><li type=i>ONE-ONE
<li>ONE-TWO</ol>
- ONE-ONE
- ONE-TWO
<ol><li type=1>ONE-ONE
<li>ONE-TWO</ol>
- ONE-ONE
- ONE-TWO
定製有序列表表中的序號的起始值 <ol start=#> #=number
<ol start=5>
<li type=A>ONE-ONE
<li>ONE-TWO
<ol start=10>
<li>TWO-ONE
<li type=i>TWO-TWO
</ol></ol>
- ONE-ONE
- ONE-TWO
- TWO-ONE
- TWO-TWO
預格式化文本(Preformatted Text)
<pre>...</pre>
<pre>
Please use your card.
VISA Master
<b>Here is an order form.</b>
<ul><li>Fax
<li>Air Mail</ul>
</pre>
Please use your card
VISA Master
Here is an order form.
Fax
Air Mail
<listing>...</listing>
<listing>
Please use your card.
VISA Master
<b>Here is an order form.</b>
<ul><li>Fax
<li>Air Mail</ul>
</listing>
Please use your card.
VISA Master
Here is order form.
<xmp>...</xmp>
<xmp>
Please use your card.
VISA Master
<b>Here is an order form.</b>
<ul><li>Fax
<li>Air Mail</ul>
</xmp>
Please use your card.
VISA Master
<b>Here is order form.</b>
<ul><li>Fax
<li>Air Mail</ul>
空白(Spacer) ![](http://static.javashuo.com/static/loading.gif)
<spacer type="horizontal" size=#> #=水平空白寬度
<spacer type="vertical" size=#> #=豎直空白高度
YESTERDAY <spacer type="horizontal" size=50> TODAY
<spacer type="vertical" size=50> TOMORROW
YESTERDAY TODAY TOMORROW
<spacer type="block" width=# height=# align=##>
#=空白的尺寸
##=top, middle, bottom, left, right
<spacer type="block" width=150 height=50 align=left>
YESTERDAY<br> TODAY<br> TOMORROW
YESTERDAY
TODAY
TOMORROW
多列文本
<multicol cols=#> ... </multicol> #=列的數目
<multicol cols=2> text text text... </multicol>
例子
<multicol gutter=#> ... </multicol> #=列間的空白
<multicol cols=2 gutter=100> text text text... </multicol>
例子
<multicol width=#> ... </multicol> #=列的寬度
<multicol cols=2 width=400> text text text... </multicol>
例子
其它
塊引用(Blockquote) <blockquote>...</blockquote>
Her Song:
<blockquote>
When I was young, I listened to the radio
waiting for my favorite songs....
</blockquote>
Her Song:
When I was young, I listened to the radio waiting for my favorite songs....
閃爍 <blink>...</blink>
<BLINK> 閃爍!閃爍! </BLINK>
閃爍!閃爍!
Ctrl+Enter 發佈java
發佈mysql
取消git