Empty Elements | |||
In some cases, an element might not enclose any content. In XML, such elements are called empty elements. An empty element can be represented either by a start tag and an end tag or by a start tag that contains a forward slash (/) before the right angle bracket (>). For example, the following two empty elements are equivalent: <priority type="urgent"/>
|
|
||
Click the Next button to continue. |