Starting Point XHTML with DTD


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/TR/xhtml1" xml:lang="en" lang="en">
  5. <head>
  6. </head>
  7. <body>
  8. </body>
  9. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.