Xhtml
Before we start with XHTML, you should have a good
knowledge of HTML. You can acquire knowledge of HTML in all leading computer
magazines, journals and tutorials. You may surf internet as well. HTML, is
short form of HyperText Markup Language. It is used for web pages. It provides
a means to describe the structure of text-based information in a document - by
denoting certain text as links, headings, paragraphs, lists, and so on - and to
supplement that text with interactive forms, embedded images, and other
objects. HTML file has htm or html file extension and a HTML file can be
created using a simple text editor. Now XHTML is called EXtensible HyperText
Markup Language. This was introduced with an aim to replace HTML. It is a
stricter and cleaner version of HTML. The W3C recommends the use of XHTML 1.1,
XHTML 1.0, and HTML 4.01 for web publishing, and HTML 5 is currently being
actively developed.