1 <?xml version="1.0"?>
   2 <html xmlns="http://www.w3.org/TR/REC-html40"
   3       xmlns:b="urn:BooksAreUs.org:BookInfo">
   4   <head>
   5     <title>Typography</title>
   6   </head>
   7 
   8   <body>
   9     <p name = "attributeValue"> Welcome to the world of typography! Here is a book that you may find useful.</p>
  10     <b:title style="font-family: sans-serif;">Digital Typography</b:title> 
  11     <b:author>Donald Knuth</b:author>
  12     <book b:aaa ="value">fjfjf</book>
  13   </body>
  14 
  15 </html>