Monthly Archives: February 2009
HTML – A Markup Language
HTML stands for Hyper Text Markup Language. It is a markup language that is used to design web pages. HTML is written in the form of tags which are enclosed in angular brackets.HTML elements are the main entities of markup … Continue reading
Web Style Sheets for Web Designing
Web Style Sheets provides a way to separate the content structure and style. Web pages designed using style sheets gives complete information about the content and its structure but completely hides its layout or style. The popular languages used for … Continue reading
ASP and ASP.net
ASP stands for Active Server Pages. It is first ever server side script engine designed by Microsoft for the Web Pages that are dynamically designed. It was first released as an additional component with Windows 4.0 version. But later on … Continue reading