Netencyclo, The wikipedia mirror - Nederlandstalige Encyclopedie : XHTML Basic

- XHTML Basic -

XHTML Basic :

XHTML Basic

Uit Wikipedia, de vrije encyclopedie

Ga naar: navigatie, zoeken

XHTML Basic is een op XML gebaseerde opmaaktaal voor computers met als doel een algemene taal die ondersteund wordt door verschillende User Agents, vooral degene met een klein beeldscherm, zoals PDA's en mobiele telefoons maar ook voor TV's en gewone desktops.

XHTML Basic is een XHTML-versie opgebouwd uit de verschillende XHTML-modules, de modules waaruit XHTML Basic bestaat zijn:

De belangrijkste functies die wel beschikbaar zijn in XHTML 1.0 maar zijn weggelaten in XHTML Basic zijn:

Het zal WML en Compact HTML vervangen als standaard wanneer meer apparaten het zullen ondersteunen. Het verschil tussen XHTML Basic en deze twee talen is dat XHTML Basic ook goed weergegeven kan worden in normale webbrowsers, zodat er maar één versie van een pagina nodig is voor zowel desktop-computers als mobiele apparaten.

XHTML Mobile Profile (XHTML MP) is een specificatie gemaakt door het Open Mobile Alliance [1] die gebaseerd is op XHTML Basic. Deze standaard is speciaal bedoeld voor mobiele telefoons.

[bewerk] Voorbeeld

Een XHTML Basic pagina zou er als volgt uit kunnen zien:

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"
    "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>Een XHTML Basic document</title>
  </head>
  <body>
    <p>Dit is een paragraaf</p>
  </body>
</html>

[bewerk] Externe links


XHTML Basic - Recente sterfgevallen

XHTML Basic - Actueel

© 2008 Netencyclo - Netencyclo Hoofdpagina - Voorbehoud - Privacybeleid - Program Policies
Netencyclo, the Wikipedia mirror : the biggest multilingual free-content encyclopedia on the Internet. Deze pagina is het laatst bewerkt op 31 mrt 2007 om 23:58. De tekst op Wikipedia is zonder enige vorm van garantie beschikbaar onder de GNU Free Documentation License. All Wikipedia content is licensed under the GNU Free Documentation License (see details). Content on this web site is provided for informational purposes only. We accept no responsibility for any loss, injury or inconvenience sustained by any person resulting from information published on this site. We encourage you to verify any critical information with the relevant authorities.