<html>
<head>
<title>Start-Tags and End-Tags</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div id="Description">
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
<tr>
<td valign="top" class="NAME">Start-Tags and End-Tags</td>
<td valign="top" class="COMPATIBILITY">&nbsp;</td>
</tr>
<tr>
<td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
</tr>
<tr>
<td valign="top" colspan="2" class="description">
<span class="PROGRAMLISTING"><pre><strong class="userinput">&lt;</strong><var class="replaceable">element_name</var> <var class="replaceable">[attribute_name</var><strong class="userinput"><var class="replaceable">="</var></strong><var class="replaceable">attribute value</var><strong class="userinput"><var class="replaceable">"</var></strong><var class="replaceable">]</var><strong class="userinput"><var class="replaceable">*&gt;</var></strong><var class="replaceable"> ...</var><strong class="userinput">&lt;/</strong><var class="replaceable">element_name</var><strong class="userinput">&gt;</strong></pre></span>
<p>Elements that have content (either
character data, other elements, or both) must start with a start-tag
and end with an element end-tag.</p>
</td></tr>
</table>
</div>
</body>
</html>