Sample XML Elements
<price id=“a238”>23.54</price>
•
start tag syntax: <
name
>
•
attribute-value pairs in start tag
•
data
•
end tag syntax: </
name
>
two examples of empty elements:
<br></br>
<br/>
•
note special abbreviated syntax of second
empty element