XHTML- A Brief Intro

The Extensible HyperText Markup Language, or XHTML, is a markup language that has the same depth of expression as HTML, but also conforms to XML syntax.
The difference is that while HTML is an application of Standard Generalized Markup Language (SGML), a very bendable or rather flexible markup language, XHTML […]

Introduction to HTML

HTML is probably the easiest language to code in. It requires minimum skill sets and very little knowledge to get started with designing a web page in html, it stands for Hyper Text Markup Language. Even with the web 2.0 emerging, HTML has not lost it’s importance to programming languages like PHP and CSS which […]