⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wml_reference.asp@output=print

📁 W3Schools tutorial..web designing
💻 ASP@OUTPUT=PRINT
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>WML Reference</title>
 
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="Keywords" content="xml,tutorial,html,dhtml,css,xsl,xhtml,javascript,asp,ado,vbscript,dom,sql,colors,soap,php,authoring,programming,training,learning,beginner's guide,primer,lessons,school,howto,reference,examples,samples,source code,tags,demos,tips,links,FAQ,tag list,forms,frames,color table,w3c,cascading style sheets,active server pages,dynamic html,internet,database,development,Web building,Webmaster,html guide" />

<meta name="Description" content="Free HTML XHTML CSS JavaScript DHTML XML DOM XSL XSLT RSS AJAX ASP ADO PHP SQL tutorials, references, examples for web building." />

<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "../../https@ssl./default.htm" : "../../www./default.htm");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3855518-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>

</head>
<body>

<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>

<h1>WML Reference</h1>
<a href="wap_pages.asp"><img border="0" src="../images/btn_previous.gif" width="100" height="20" alt="Previous" /></a>
<a href="wml_entities.asp"><img border="0" src="../images/btn_next.gif" width="100" height="20" alt="Next" /></a>
<hr />

<p>The links in the &quot;Start tag&quot; column points to more useful
information about the specific tag. It also cover attributes of the specific tag
and code examples!</p>

<h2>Deck / Card Elements</h2>
<table class="ex" cellspacing="0" border="1" width="100%">
  <tr>
    <th align="left" width="20%" valign="top">Start&nbsp;tag</th>
    <th align="left" width="70%" valign="top">Purpose</th>
    <th align="left" width="10%" valign="top">WML</th>
  </tr>
  <tr>
    <td valign="top"><a href="tag_access.asp">&lt;access&gt;</a></td>
    <td valign="top">Defines information about the access control of a deck</td>
    <td valign="top">1.1</td>
  </tr>
  <tr>
    <td valign="top"><a href="tag_card.asp">&lt;card&gt;</a></td>
    <td valign="top">Defines a card in a deck</td>
    <td valign="top">1.1</td>
  </tr>
  <tr>
    <td valign="top"><a href="tag_head.asp">&lt;head&gt;</a></td>
    <td valign="top">Contains information about the document</td>
    <td valign="top">1.1</td>
  </tr>
  <tr>
    <td valign="top"><a href="tag_meta.asp">&lt;meta&gt;</a></td>
    <td valign="top">Defines meta information about the document&nbsp;</td>
    <td valign="top">1.1</td>
  </tr>
  <tr>
    <td valign="top"><a href="tag_template.asp">&lt;template&gt;</a></td>
    <td valign="top">Defines a code template for all the cards in a deck</td>
    <td valign="top">1.1</td>
  </tr>
  <tr>
    <td valign="top"><a href="tag_wml.asp">&lt;wml&gt;</a>&nbsp;</td>
    <td valign="top">Defines a WML deck (WML root)</td>
    <td valign="top">1.1</td>
  </tr>
  <tr>
    <td valign="top"><a href="tag_comment.asp">&lt;!--&gt;</a>&nbsp;</td>
    <td valign="top">Defines a comment</td>
    <td valign="top">1.1</td>
  </tr>
</table>
<h2>Text Elements</h2>
<table class="ex" cellspacing="0" border="1" width="100%">
  <tr>
    <th align="left" width="20%" valign="top">Start&nbsp;tag</th>
    <th align="left" width="70%" valign="top">Purpose</th>
    <th align="left" width="10%" valign="top">WML</th>
  </tr>
  <tr>
    <td valign="top"><a href="tag_br.asp">&lt;br&gt;</a></td>
    <td valign="top">Defines a line break</td>
    <td valign="top">1.1</td>
  </tr>
  <tr>
    <td valign="top"><a href="tag_p.asp">&lt;p&gt;</a>&nbsp;</td>
    <td valign="top">Defines a paragraph</td>
    <td valign="top">1.1</td>
  </tr>
  <tr>
    <td valign="top"><a href="tag_table.asp">&lt;table&gt;</a></td>
    <td valign="top">Defines a table</td>
    <td valign="top">1.1</td>
  </tr>
  <tr>
    <td valign="top"><a href="tag_td.asp">&lt;td&gt;</a></td>
    <td valign="top">Defines a table cell (table data)</td>
    <td valign="top">1.1</td>
  </tr>
  <tr>
    <td valign="top"><a href="tag_tr.asp">&lt;tr&gt;</a></td>
    <td valign="top">Defines a table row</td>
    <td valign="top">1.1</td>
  </tr>
</table>
<h2>Text Formatting Tags</h2>
<table class="ex" cellspacing="0" border="1" width="100%">
  <tr>
    <th align="left" width="20%" valign="top">Start&nbsp;tag</th>
    <th align="left" width="70%" valign="top">Purpose</th>
    <th align="left" width="10%" valign="top">WML</th>
  </tr>
  <tr>
    <td valign="top"><a href="tag_textformatting.asp">&lt;b&gt;</a></td>
    <td valign="top">Defines bold text</td>
    <td valign="top">1.1</td>
  </tr>
  <tr>
    <td valign="top"><a href="tag_textformatting.asp">&lt;big&gt;</a>&nbsp;</td>
    <td valign="top">Defines big text</td>
    <td valign="top">1.1</td>
  </tr>
  <tr>
    <td valign="top"><a href="tag_textformatting.asp">&lt;em&gt;</a></td>
    <td valign="top">Defines emphasized text</td>
    <td valign="top">1.1</td>
  </tr>
  <tr>
    <td valign="top"><a href="tag_textformatting.asp">&lt;i&gt;</a></td>
    <td valign="top">Defines italic text</td>
    <td valign="top">1.1</td>
  </tr>
  <tr>
    <td valign="top"><a href="tag_textformatting.asp">&lt;small&gt;</a></td>
    <td valign="top">Defines small text</td>
    <td valign="top">1.1</td>
  </tr>
  <tr>
    <td valign="top"><a href="tag_textformatting.asp">&lt;strong&gt;</a></td>
    <td valign="top">Defines strong text</td>
    <td valign="top">1.1</td>
  </tr>
  <tr>
    <td valign="top"><a href="tag_textformatting.asp">&lt;u&gt;</a></td>
    <td valign="top">Defines underlined text</td>
    <td valign="top">1.1</td>
  </tr>
</table>
<h2>Anchor Elements</h2>
<table class="ex" cellspacing="0" border="1" width="100%">
  <tr>
    <th align="left" width="20%" valign="top">Start&nbsp;tag</th>
    <th align="left" width="70%" valign="top">Purpose</th>
    <th align="left" width="10%" valign="top">WML</th>
  </tr>
  <tr>
    <td valign="top"><a href="tag_a.asp">&lt;a&gt;</a></td>
    <td valign="top">Defines an anchor (a link)</td>
    <td valign="top">1.1</td>
  </tr>
  <tr>
    <td valign="top"><a href="tag_anchor.asp">&lt;anchor&gt;</a>&nbsp;</td>
    <td valign="top">Defines an anchor (a link)</td>
    <td valign="top">1.1</td>
  </tr>
</table>
<h2>Image Elements</h2>
<table class="ex" cellspacing="0" border="1" width="100%">
  <tr>
    <th align="left" width="20%" valign="top">Start&nbsp;tag</th>
    <th align="left" width="70%" valign="top">Purpose</th>
    <th align="left" width="10%" valign="top">WML</th>
  </tr>
  <tr>
    <td valign="top"><a href="tag_img.asp">&lt;img&gt;</a></td>
    <td valign="top">Defines an image</td>
    <td valign="top">1.1</td>
  </tr>
</table>
<h2>Event Elements</h2>
<table class="ex" cellspacing="0" border="1" width="100%">
  <tr>
    <th align="left" width="20%" valign="top">Start&nbsp;tag</th>
    <th align="left" width="70%" valign="top">Purpose</th>
    <th align="left" width="10%" valign="top">WML</th>
  </tr>
  <tr>
    <td valign="top"><a href="tag_do.asp">&lt;do&gt;</a></td>
    <td valign="top">Activates a task when the user clicks on a word/phrase on
      the screen</td>
    <td valign="top">1.1</td>
  </tr>
  <tr>
    <td valign="top"><a href="tag_onevent.asp">&lt;onevent&gt;</a>&nbsp;</td>
    <td valign="top">Contains code to be executed when one of the following
      events occurs: onenterbackward, onenterforward, onpick, ontimer</td>
    <td valign="top">1.1</td>
  </tr>
  <tr>
    <td valign="top"><a href="tag_postfield.asp">&lt;postfield&gt;</a></td>
    <td valign="top">Contains information to be sent to the server along with a
      &lt;go&gt; tag</td>
    <td valign="top">1.1</td>
  </tr>
</table>
<h2>Task Elements</h2>
<table class="ex" cellspacing="0" border="1" width="100%">
  <tr>
    <th align="left" width="20%" valign="top">Start&nbsp;tag</th>
    <th align="left" width="70%" valign="top">Purpose</th>
    <th align="left" width="10%" valign="top">WML</th>
  </tr>
  <tr>
    <td valign="top"><a href="tag_go.asp">&lt;go&gt;</a></td>
    <td valign="top">Represents the action of switching to a new card</td>
    <td valign="top">1.1</td>
  </tr>
  <tr>
    <td valign="top"><a href="tag_noop.asp">&lt;noop&gt;</a>&nbsp;</td>
    <td valign="top">Says that nothing should be done (noop stands for &quot;no
      operation&quot;). Used to override deck-level elements</td>
    <td valign="top">1.1</td>
  </tr>
  <tr>
    <td valign="top"><a href="tag_prev.asp">&lt;prev&gt;</a></td>
    <td valign="top">Represents the action of going back to the previous card</td>
    <td valign="top">1.1</td>
  </tr>
  <tr>
    <td valign="top"><a href="tag_refresh.asp">&lt;refresh&gt;</a></td>
    <td valign="top">Refreshes some specified card variables. If any of the
      variables are shown on the screen, this task also refreshes the screen</td>
    <td valign="top">1.1</td>
  </tr>
</table>
<h2>Input Elements</h2>
<table class="ex" cellspacing="0" border="1" width="100%">
  <tr>
    <th align="left" width="20%" valign="top">Start&nbsp;tag</th>
    <th align="left" width="70%" valign="top">Purpose</th>
    <th align="left" width="10%" valign="top">WML</th>
  </tr>
  <tr>
    <td valign="top"><a href="tag_fieldset.asp">&lt;fieldset&gt;</a></td>
    <td valign="top">Used to group together related elements in a card</td>
    <td valign="top">1.1</td>
  </tr>
  <tr>
    <td valign="top"><a href="tag_input.asp">&lt;input&gt;</a>&nbsp;</td>
    <td valign="top">Defines an input field (a text field where the user can
      enter some text)</td>
    <td valign="top">1.1</td>
  </tr>
  <tr>
    <td valign="top"><a href="tag_optgroup.asp">&lt;optgroup&gt;</a></td>
    <td valign="top">Defines an option group in a selectable list</td>
    <td valign="top">1.1</td>
  </tr>
  <tr>
    <td valign="top"><a href="tag_option.asp">&lt;option&gt;</a></td>
    <td valign="top">Defines an option in a selectable list</td>
    <td valign="top">1.1</td>
  </tr>
  <tr>
    <td valign="top"><a href="tag_select.asp">&lt;select&gt;</a></td>
    <td valign="top">Defines a selectable list</td>
    <td valign="top">1.1</td>
  </tr>
</table>
<h2>Variable Elements</h2>
<table class="ex" cellspacing="0" border="1" width="100%">
  <tr>
    <th align="left" width="20%" valign="top">Start&nbsp;tag</th>
    <th align="left" width="70%" valign="top">Purpose</th>
    <th align="left" width="10%" valign="top">WML</th>
  </tr>
  <tr>
    <td valign="top"><a href="tag_setvar.asp">&lt;setvar&gt;</a></td>
    <td valign="top">Sets a variable to a specified value in a &lt;go&gt;,
      &lt;prev&gt;, or &lt;refresh&gt; task</td>
    <td valign="top">1.1</td>
  </tr>
  <tr>
    <td valign="top"><a href="tag_timer.asp">&lt;timer&gt;</a>&nbsp;</td>
    <td valign="top">Defines a card timer</td>
    <td valign="top">1.1</td>
  </tr>
</table>
<br />

<hr />
<a href="wap_pages.asp"><img border="0" src="../images/btn_previous.gif" width="100" height="20" alt="Previous" /></a>
<a href="wml_entities.asp"><img border="0" src="../images/btn_next.gif" width="100" height="20" alt="Next" /></a>

<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -