XHTML Basic
XHTML Basic is an XML-based structured markup language primarily used for simple (mainly handheld) user agents, typically mobile devices. XHTML basic is also the Default language for http://www.myspace.com
XHTML Basic is a subset of XHTML 1.1, defined using XHTML Modularization including a reduced set of modules for document structure, images, forms, basic tables, and object support. XHTML Basic is suitable for mobile phones, PDAs, pagers, and settop boxes.
It will replace WML and C-HTML as more compliant user agents are developed.
One large advantage XHTML Basic has over WML and C-HTML is that XHTML Basic pages can be rendered differently in web browsers and on handhelds, without the need for two different versions of the same page.
XHTML Mobile Profile is an Open Mobile Alliance profile based on XHTML Basic; this effort targets hand phones specifically by adding mobile phone-specific elements to XHTML Basic. Work is on hand to converge XHTML MP and XHTML Basic.
Basic XHTML language for myspace users:
(for more info, contact Michael Norkus at norkus007@aol.com)
text link:<a href="site here with http://">Text here</a>
embed picture:<img src="image URL" height=pixel height width=pixel width>
image link:<a href="site here"><img src="image URL"></a>
Making your own SPECS:
<style type="text/css">.contactTable{width:100px !important;height:200px !important;padding:0px !important;background-image:url("Contact Table URL img here");background-attachment:scroll;background-position:center center;background-repeat:no-repeat;background-color:transparent;} .contactTable table, table.contactTable td {padding:0px !important;border:0px;background-color:transparent;background-image:none;} .contactTable a img {visibility:transparent;border:3px !important;} .contactTable a {display:block; height:40px; width:150px;} .contactTable .redtext12 {font-size:2px !important;} .contactTable .redtext12, .contactTable a, .contactTable img {filter:none !important;} </style>
<style type="text/css"> body { background-color: Border background color here; background-position: center center; background-repeat: no-repeat; background-attachment: fixed; } table, tr, td { background-color: transparent; border: 3px; } table table { border: 3px; } table table table table { border: 3px; } table table table { border-width: 3px; border-style: groove; border-color: table border color here; background-color: transparent; } table table table td { background-color: inner table color here; filter:alpha(opacity=90); ..-opacity: 0.9; opacity: 0.9; -khtml-opacity: 0.9;} table table table table td { filter: none; } body, div, span, td, p, .orangetext15, .redtext12, .lightbluetext8, strong, b, u, .redtext, .redbtext, .btext, .text, .nametext, .blacktext10,
.blacktext12 { font-family: font family for text; font-size: font size; color: color; font-weight: normal; font-style: normal; font-decoration: none; text-transform: none; font-variant: normal; letter-spacing: 0px; } .redtext12, .orangetext15 { font-family: font family for table headings; font-size: font size; color: ffffff; font-weight: bold; font-style: normal; font-decoration: none; text-transform: none; font-variant: normal; letter-spacing: 0px; } .nametext { padding: 5px; font-family: font family for name; font-size: 30pt; color: black; font-weight: bold; font-style: normal; font-decoration: none; text-transform: none; font-variant: normal; letter-spacing: 0px; display: block; } a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.man:link, a.man:active, a.man:visited, a.man:hover, a, a:link,
a:active, a:visited, a:hover, a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.text:link, a.text:active, a.text:visited,
a.text:hover, a.searchlinksmall:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:hover, a.redlink:link,
a.redlink:active, a.redlink:visited, a.redlink:hover { color: ffffff; font-weight: bold; font-style: normal; font-decoration: underline; letter-spacing: 0px; font-size: 16pt;
font-family: link font family;
} a.navbar:hover, a.man:hover, a:hover { color: link color after scrolling over; font-weight: underline; font-style: normal; font-decoration: none; letter-spacing: 0px; font-size: 16pt;
.badge {
position: absolute;
left: 1px;
top: 1px;
}
</style>
<style type="text/css">
body{ background-image: url("URL for background image")}
</style>
DOCTYPE
To validate as XHTML Basic, a document must contain the following Document Type Declaration, or DOCTYPE:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"
"http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">