Attributes -- example

Příklad 4. Attribut 'width' in an empty element (concrete example from XHTML)

<hr width='50%'/>

Příklad 5. Attribute 'border' in an non-empty element

<table border='1'>
   <tr><td>jedna</td><td>dve</td></tr>
   <tr><td>tri</td><td>ctyri</td></tr>
</table>