WML 标签汇总

2019-01-14 11:53:13丽君

content
</select>
<option>:
<option title="label"
  value="value"
  onpick="url" >
content
</option>
<optgroup>:
<optgroup title="label" >
content
</optgroup
<fieldset>:
<fieldset title="label">
content
</fieldset>
输出效果标签
-------------------------------------------------
<img>:
<img alt="text"
  src="url"
  localsrc="icon"
  align="alignment"
  height="n"
  width="n"
  vspace="n"
  hspace="n" />
<table>:
<table align="alignment"
  title="label"
  columns="n"/>
<td>:
<td>content</td>
<tr>:
<tr>
<td>content</td>
</tr>
<b>:
<big>
text
</big>
<br>:
<br/>
<em>:
<em>
text
</em>
<i>:
<i>
text
</i>
<p>:
<p align="alignment"
  mode="wrapmode" />
<small>:
<small>
text
</small>
<strong>:
<strong>
text
</strong>
<u>:
<u>
text
</u>