A collection of all keywords, operations, and other related keywords
HTML file tags
<html>
<head>
<!-->
<title>
<body>
Text type tags
<br/>
<nobr>
<p>
<pre>Original text style
<center>
<blockquote>Invert inward
<h>Title
<strong>,<b>Bold
<em>,<i>,<cite>Italics
<U>Bottom line
<strike>Strike line
<blink>Flashing text
<big>Large font
<small>Small Font
<sup>Text superscript
<SUB>Text Subscript
<basefont>Default font settings
<font>Change font settings
Menu tags
<menu>Options Menu
<dir>Catalog Menu
<lh>Menu Format (I)
<ul>Menu Format (II)
<dl>,<dt>,<dd>Explanatory Menu
<ol>,<li>Title menu
Lines and table marks
<hr>
<table>
<tr>
<td>
<th>
<caption>Table title
Hyperlink tags
<a>Anchor
Graphic markers
<IMG>Insert Graphic
Frame marking
<FRAME>Define the framework content
<NOFRAME> does not support framework declaration
Form tags
<FORM>
<INPUT>
<TEXTAREA>
<Select>
<OPTION>
script
<script>
VBscript tag index
Basic operations
+ Number addition and string connection
-Number subtraction
*Number multiplication
/Number division
Mod find the remainder
/ Find the quotient
& string concatenation
^ power
=Equal
<>Unequal
>=Greater than or equal to
>Big than
<= Less than or equal to
<Lower than
Not non
And
or
Xor
Cycle and decision-making
if...then if...
if...then...else if...then...not
elseif...not if
selectcase...group selection criteria
endselect
for...next Count Loop
while...wend conditional loop (I)
dowhile...loop conditional loop (two)
do...loopwhile condition loop (three)
dountil...loop conditional loop (IV)
do...loopuntil conditional loop (V)
Mathematical functions
Abs Abs Abs