In WebMaker 3.0, WML includes the following functions that create HTML markup:
subscript is used to display text as a subscript.
superscript is used to display text as a subscript.
center is used to display text as a subscript.
strikethrough is used to display text as a subscript.
big is used to display text as a subscript.
small is used to display text as a subscript.
element is used to create HTML markup that is otherwise not supported by WML. For example, you can use element to create the blink command, a browser extension to HTML:
element("blink" "toto") --> "<blink>toto</blink>"
butlast is used to remove the last word from a line of text. This function is intended for use in a table of contents where a space, rather than a tab, was used to separate the page number from the text at the beginning of the line.