Skip to Content

Home > How To's Library > Building A Website > XHTML: Extensible HyperText Markup Language

XHTML: Extensible HyperText Markup Language

Listings

XHTML - An Introduction
( Added: Mon Jun 13 2005   Hits: 62)

You probably know what a markup language is: you have a bunch of text you need a way to say that this piece should be bold, this piece should be italic, this should be a heading, and so on. A markup language is a computer language (a set of codes) that allows you to specify which pieces should be which way.

Report Link Rate It Review It Send To Friend!

XHTML Syntax
( Added: Mon Jun 13 2005   Hits: 59)

XHTML introduces new levels of power and flexibility to web pages, but does so at the expense of the forgiving nature of HTML syntax. XHTML brings the rigorous nature of XML coding into web page coding, so for those familiar with HTML, here is a quick overview of the most obvious differences in syntax.

Report Link Rate It Review It Send To Friend!