util/examples/xml/htmlinfo/simpleexample.html
changeset 7 f7bc934e204c
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <html>
       
     3     <head>
       
     4         <title>Qt is cute! Frans is too!</title>
       
     5     </head>
       
     6     <body>
       
     7         <p>A paragraph.</p>
       
     8         <p>A second paragraph. Check out our <a href="http://labs.qt.nokia.com/">developer blogs</a></p>
       
     9         <p>And the last paragraph. Or our <a href="http://qt.nokia.com/doc/">online documentation</a>.</p>
       
    10     </body>
       
    11 </html>