Home > September 2012

September 2012

CSS Introduction

Thursday, September 27, 2012 Category : 0

What is CSS?
  • CSS is abbreviation of Cascading Style Sheets.
  • CSS Styles define how HTML element should display.
  • CSS is a key component when developing a large website, building a website without CSS is very hard and time consuming work.
  •  CSS introduced with HTML 4.0
  • External Style sheets reduce lot of works and it stored in .css files.

HTML introduction

Tuesday, September 25, 2012 Category : 0

What is HTML ?

HTML is a web based language, using HTML you can create web pages. 
  • HTML is abbreviation of Hyper Text Markup Language.
  • HTML is a markup language.
  • Markup language is based on markup tags.
  • The markup tags describe contents of document .
  • Mainly two things including in HTML documents HTML tags and text.
  • web page is a common naming for HTML document.
  • The extensions used in HTML documents are .html, .htm, .xhtml.    

HTML Tags

Monday, September 24, 2012 Category : 0

HTML Tags

HTML tags are common naming for HTML markup tags.
  •  HTML tags are keywords for HTML language and define inside of angle brackets like <html>
  • Generally HTML tags are come in pairs like <p> and </p>
  • The first tag of a pair called start tag or opening tag, the second tag called end tag or closing tag.
  • The end tag written same as start tag including forward slash before the tag name.

HTML Editors

Sunday, September 23, 2012 Category : 0


There are various HTML Editors such as
  • Adobe Dreamweaver
  • Notepad++
  • NetBeans IDE
  • Eclipse
  • ActiveState Komodo
  • BlueFish
  • EmEditor. and man more.
  • Notepad

Powered by Blogger.