Transitional XHTML example


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

An XHTML Example


Copy this code and paste it in your HTML
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="es" xml:lang="es">
  3. <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" />
  4. <title>simple document</title>
  5. </head>
  6. <p>a simple paragraph</p>
  7. </body>
  8. </html>

URL: http://www.w3schools.com/Xhtml/xhtml_dtd.asp

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.