|
|
|---|
Syntactically, an element is what is delimited by its tags.
<, the name of the element, optionally some
attribute-value pairs, and a closing angle bracket
>
<meeting id="June Board Meeting">
<, a slash /, the name of the
element, and a closing angle bracket >
</meeting><, the name of the element, optionally some
attribute-value pairs, a slash /, and a closing
angle bracket >; it is just shorthand for an
opening tag immediately followed by the closing tag with nothing
in between.
|
|
|