1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 4. <head> 5. <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 6. <title>Welcome to this Page!</title> 7. </head> 8. <body> 9. <h1>This is a basic XHTML page!</h1> 10. <br /> 11. <p>Even with <span style="font-size: 150%;">some</span> decoration, it's still not very exciting.</p> 12. </body> 13. </html>