XHTML MP Template


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

XHTML Mobile Profile Template


Copy this code and paste it in your HTML
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN"
  3. "http://www.openmobilealliance.org/tech/DTD/xhtml-mobile12.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  6. <title>XHTML MP Template</title>
  7. </head>
  8. <!--
  9. HTML tags available in XHTML MP 1.2 and Basic 1.1
  10. * Structure:
  11. body, head, html, title
  12. * Text:
  13. abbr, acronym, address, blockquote, br, cite, code, dfn, div, em, h1, h2, h3, h4, h5, h6, kbd, p, pre, q, samp, span, strong, var
  14. * Links:
  15. a
  16. * Presentation:
  17. b, big, hr, i, small
  18. * Stylesheet:
  19. style
  20. * Lists:
  21. dl, dt, dd, ol, ul, li
  22. * Forms:
  23. form, input, label, select, option, textarea, fieldset, optgroup
  24. * Basic tables:
  25. caption, table, td, th, tr
  26. * Other:
  27. img, object, param, meta, link, base, script, noscript
  28. ----------------------
  29.  
  30. Official Noncompatible Features
  31. * Nested tables (table inside other tables)
  32. * Full table tags: thead, tbody, rowspan, and colspan attributes
  33. * Full form tags: input type=“image”, input type=“file”
  34. * Editing: ins, del
  35. * Image maps
  36. * Frames
  37. * Iframes
  38. * Deprecated formatting tags: e.g., font, dir, menu, strike, u, and center
  39. -->
  40.  
  41. </body>
  42. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.