XML Namespaces
<!DOCTYPE html> <html> <body> <pre> <root> <table> <name>African Coffee Table</name> <width>80</width> <length>120</length> </table> <table> <tr> <td>Apples</td> <td>Bananas</td> </tr> </table> </root> </pre> </body> </html>