WML 标签跟WML学习

阅读更多
上网找了这些标签,方便设计。哈和哈
一保存就变样了。还是给个连接吧
www.cnblogs.com/kangtr/archive/2005/12/02/289546.html
结构相关标签 语法及属性
<wml>

   content

<card>

title="label"
newcontext="boolean"
style="style"
onenterforward="url"
onenterbackward="url"
ontimer="url" >
content

<template>

<head>

content

<access>

path="path" />
<meta>
|http-equiv="name"
content="value"
forua="true | false" />


任务相关标签 语法及属性
<timer>

value="value" />
<setvar>

value="value" />
<anchor>

<a>

task
text

<do>

label="label"
name="name"
optional="boolean" >
task

<onevent>

task

<go>

sendreferer="boolean"
method="method"
accept-charset="charset"
content

<prev>

content

<noop>

<refresh>

content



控件相关标签 语法及属性
<input>

title="label"
type="type"
value="value"
default="default"
format="specifier"
emptyok="boolean"
size="n"
maxlength="n"
tabindex="n" />
<select>

<option>

value="value"
onpick="url" >
content

<optgroup>

content

<fieldset>

content



语法及属性 输出效果标签
<img>
&lt;code>&lt;b>&lt;i&gt;text</i></b></code>
src="url"
localsrc="icon"
align="alignment"
height="n"
width="n"
vspace="n"
hspace="n" />
<table>

title="label"
columns="n"/>




<td>
  content
<tr>
 
content
<b>

text

<big>

text

<br>


<em>

text

<i>

text

<p>


mode="wrapmode" />

<small>

text

<strong>

text

<u>

text



特殊字符  
<

< (less than)

>

> (greater than)

'

' (apostrophe)

"

" (quote)

&

& (ampersand)

$$

$ (dollar sign)

 

non-breaking space

­

soft hyphen









你可能感兴趣的:(Access,Go)