WEB PROGRAMMING
Stages Of Web Development
Static Page Development Client Side Programming Server Side Programming
Static Page Development
HTML DHTML XML
HTML
INTRODUCTION:
HTML stands for Hyper Text Markup Language Hyper Text means Clickable Text. Hyper Text contains hyper links which allow to navigate into another page. HTML forms a Network with in the file system. HTML is developed by who called LEE working at CERN labs in 1990’s.
HTML (Continued…)
Features of HTML:
HTML is a Non-Procedural Language. HTML is Not Case Sensitive Language. HTML is Browser Development Language as well as Interpreter Language.
Tags In HTML
Introduction:
Tag is a command in the HTML. Tag is reserve word enclosed in the angular braces ( <, and >).
Categories Of Tags:
Paired Tags Ex: ------ Unpaired Tags Ex:
,
Structure of HTML Program
HEADER SECTION BODY SECTION FOOTER SECTION
NOTE:-
Program identifies Header and Body Sections only. The Footer Section is treated as below of the and TAGS.
Syntax Of HTML Program - Paired Tag to refer HEAD section - Paired Tag to refer BODY section
Program Development in HTML
Steps:
Program is written in text editors and save with .html extension. Interpret the page and Open in Browser.
Tools:
Notepad editor Front Page editor Visual InterDev tool VB script DHTML project
Introduction To Browser
Browser is divided into TWO areas. These areas are
Non-Client Area Client Area
Note:
Non-Client area is developed in the tag Client area is developed in the tag.
Tag
In tag, <TITLE> tag is used to add the title to a web page. Its Syntax is <TITLE>text Ex: <TITLE>WEB PAGE
tag Body tag has five attributes. They are
BGCOLOR This is used to set the background color . Syntax is or NOTE:
Its range is ‘000000’ to ‘FFFFFF’ 1st 2 digits represents RED color Next 2 digits represents GREEN color Last 2 digits represents BLUE color
Tag (Continued…)
Text:
This is used to set the color for all the text in the web page. Its syntax is
or
Example is
WEB LOGIC
Tag (Continued…)
BACKGROUND:
This is used to set a picture as a background. Its syntax is
Note:
Background is strong attribute. Bgcolor is week attribute. When bgcolor, background are used, picture is set as background.
Types Of Tags
Heading Tags Text Format Tags Paragraph Alignment Tags Font Tags Listing Tags
Multi Media Tags Frame Tags Table Handling Tags Linking Tags Input Handling Tags