WML tag summary

WML tag summary
Structure related tags
---------------------------------------------------------------------
<wml>:
<wml xml:lang="lang" >
content
</wml>:
<card>:
<card id="name"
title="label"
newcontext="boolean"
style="style"
onenterforward="url"
onenterbackward="url"
ontimer="url" >
content
</card>
<template>:
<template onenterforward="url"
onenterbackward="url"
ontimer="url" >
content
</template>
<head>:
<head>
content
</head>
<access>:
<access domain="domain"
path="path" />
<meta>:
<meta name="name"|http-equiv="name"
content="value"
forua="true | false" />
Task related tags
------------------------------------------------------------
<timer>:
<timer name="variable"
value="value" />
<setvar>:
<setvar name="name"
value="value" />
<anchor>:
<anchor>
task
</anchor>
<a>:
<a title="label" >
task
text
</a>
<do>:
<do type="type"
label="label"
name="name"
optional="boolean" >
task
</do>
<onevent>:
<onevent type="type" >
task
</onevent>
<go>:
<go href="url"
sendreferer="boolean"
method="method"
accept-charset="charset"
content
</go>
<prev>:
<prev>
content
</prev>
<noop>:
<noop/>
<refresh>:
<refresh>
content
</refresh>
Control related tags
-------------------------------------------------------------------------
<input>:
<input name="variable"
title="label"
type="type"
value="value"
default="default"
format="specifier"
emptyok="boolean"
size="n"
maxlength="n"
tabindex="n" />
<select>:
<select title="label"
multiple="boolean"
name="variable"
default="default"
iname="index_var"
ivalue="default"
tabindex="n" >
content
</select>
<option>:
<option title="label"
value="value"
onpick="url" >
content
</option>
<optgroup>:
<optgroup title="label" >
content
</optgroup
<fieldset>:
<fieldset title="label">
content
</fieldset>
Output Effects Tags
-------------------------------------------------
<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>

<<:  How to use MySQL common functions to process JSON

>>:  Example code for implementing 3D text hover effect using CSS3

Recommend

Detailed explanation of the principle and usage of MySQL stored procedures

This article uses examples to explain the princip...

Summary of Seven Basic XHTML Coding Rules

1. All tags must have a corresponding end tag Prev...

How to set up Windows Server 2019 (with pictures and text)

1. Windows Server 2019 Installation Install Windo...

Detailed explanation of the usage of two types of temporary tables in MySQL

External temporary tables A temporary table creat...

JS version of the picture magnifying glass effect

This article shares the specific code of JS to ac...

MySQL 8.0.15 winx64 installation and configuration method graphic tutorial

This article shares the installation and configur...

Detailed explanation of the core concepts and basic usage of Vuex

Table of contents introduce start Install ① Direc...

About the location of the H1 tag in XHTML

There has been a lot of discussion about H1 recent...

Detailed tutorial on installing mysql 8.0.13 (rpm) on Centos7

yum or rpm? The yum installation method is very c...

MySQL statement execution order and writing order example analysis

The complete syntax of the select statement is: S...

CSS float property diagram float property details

Using the CSS float property correctly can become...