Author Archives: Dhiraj - Page 11
HTML : Introduction and Basics
HTML BASICS HTML and XHTML are the foundation of all web development. HTML is used as the graphical user interface in client-side programs written in JavaScript. Server-side languages like PHP and Java also receive data from web pages and use HTML as the output mechanism. The emerging Ajax technologies likewise…
CSS : A introduction of Cascading Style Sheets
CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML to solve a problem External Style Sheets can save a lot of work External Style Sheets are stored in CSS files ABOUT CSS As Cascading Style Sheets mature as a language of design and a tool of Web site and…