Home > Computer & Electronic > Building A Website Tips > XHTML: Extensible HyperText Markup Language

XHTML: Extensible HyperText Markup Language

XHTML - An Introduction

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.

 


Added: Mon Jun 13 2005
Views: 70

XHTML Syntax

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.

 


Added: Mon Jun 13 2005
Views: 67