SlideShare una empresa de Scribd logo
1 de 21
Gateway to
Web Page development
Gateway to Web Page Development / 2 of 26
Session Objectives
Explain what is meant by a Web Sites
List the purpose of a Web Site
Explain how to Design Web pages
Spell out the guidelines for making a
Web Page
Understand what HTML is
Gateway to Web Page Development / 3 of 26
Web Site and Web Page
The first page which opens in a Web Site is the
HOME page
There is no restriction with respect to the site
size
One web site can span over more than one
server also
Gateway to Web Page Development / 4 of 26
Features of Web Pages
Web pages allow the following features :
Product Catalogues
Web Chat
Online order tracking
Online Demonstration
Online Feedback System
Gateway to Web Page Development / 5 of 26
General Guidelines
Avoid use of too many fonts
Avoid too many colours on the
same page
Use pastoral colours in corporate
and professional slides
Use bright and sharp hues in kids
and entertainment slides
Gateway to Web Page Development / 6 of 26
Evolution of HTML
Markup Language -it refers to
the tags which specify how to
incorporate text, graphics,
sound and the visual elements
<HTML>
<HEAD>
…...
</HEAD>
<BODY>
……
</BODY>
</HTML>
Heading Section
Actual Text
Gateway to Web Page Development / 7 of 26
HTML Document
<HTML>
<Head>
<Title>MY First HTML
Document
<H1> This is the heading of the
document </H1>
</Head>
<Body>
<P> Learn HTML fast and
Easy</P>
<P> My First Web
Page</P>
</Body>
</HTML>
Output in Browser
Gateway to Web Page Development / 8 of 26
Sample HTML
<HTML>
<HEAD>
<TITLE>LOOK OF AN HTML
DOCUMENT</TITLE>
</HEAD>
<BODY>
“Welcome to the
World of HTML”
</BODY>
</HTML>
<TITLE>….<TITLE>Tag
<BODY>…..</BODY> Tag
Gateway to Web Page Development / 9 of 26
HTML Tags
Headline Tags
Example
<HTML>
<HEAD>
<H1> This Heading is created
using H1 tag </H1>
<H2> This Heading is created
using H2 tag </H2>
<H3> This Heading is created
using H3 tag </H3>
<H4> This Heading is created
using H4 tag </H4>
<H5> This Heading is created
using H5 tag </H5>
<H6> This Heading is created
using H6 tag </H6>
</HEAD>
</HTML>
Syntax
<HTML>
<HEAD>
<H1>……….</H1>
</HEAD>
Gateway to Web Page Development / 10 of 26
Paragraph Tag
<P> ……. </P>
Attributes
ALIGN Attribute
 CENTER
 LEFT
 RIGHT
Example
<P>
The paragraph
text should be added
here within the <P> tag.
</P>
Paragraph Formatting
Gateway to Web Page Development / 11 of 26
Font Settings Tags
ATTRIBUTES
FACE
<FONT FACE=”ARIAL”>
PARAGRAPH SPECIFICATION
</FONT>
Size
<FONT SIZE=”5”>
PARAGRAPH SPECIFICATION
</FONT>
Color
<FONT COLOR=”Blue”
PARAGRAPH SPECIFICATION
</FONT>
<FONT>……..</FONT> - Used for text Style Specifications
Gateway to Web Page Development / 12 of 26
Font Tags
COLOUR HEXADECIMAL
VALUE
Red #FF0000
Green #00FF00
Blue #0000FF
White #FFFFFF
Black #000000
Gray #808080
Dark Red #800000
Dark Green #008000
Dark Blue #000080
Yellow #FFFF00
Magenta #FF00FF
Cyan #00FFFF
Color Attribute
Face Attribute
- Terminal for Times
New Roman font
- Arial
- Arial Black
- Courier
- Fixedsys
- Garamond
- Impact
- MS Sans Serif
Gateway to Web Page Development / 13 of 26
DIV Tag -Used for applying
alignment and style characteristics
to only a section of a document.
DIV Attribute
Align

CENTER

LEFT

RIGHT
The <DIV> Tag
Syntax
<DIV
ALIGN=”Value”
TEXT
</DIV>
Gateway to Web Page Development / 14 of 26
An Example of <DIV> Tag
<HTML>
<BODY>
<DIV ALIGN=RIGHT>
<H1>Aligning a Block of Content to the Right</H1>
<P>You can use a DIV tag to align a block of content to the right.</P>
<P>The content can include anything you like, including tables,
images, lists, and so on. Note, however, that right-
aligned lists often do not look very neat.</P>
</DIV>
</BODY>
</HTML>
Gateway to Web Page Development / 15 of 26
Multicolumn Text
The MULTICOL tag places the text of the document into multiple,
equal-width columns
Syntax
<MULTICOL
COLS="Specifies the number of text columns for the
text"
GUTTER="Specifies the distance between the text
columns, by default is 10 pixels"
WIDTH="Specifies the width of each column and
the width of each column is the same” >
text in the document
</MULTICOL>
Gateway to Web Page Development / 16 of 26
Horizontal Line
<HR> Tag
Attributes

WIDTH

SIZE
Syntax
<HR>
Paragraph Specification
<HR>
Example
Width Attribute
<HR WIDTH = “50%” >
Size Attribute
<HR SIZE = “4” >
Gateway to Web Page Development / 17 of 26
Body Attribute
BGCOLOR
<BODY BGCOLOR = “#FF0000”>
BODY TEXT
<BODY TEXT = “#FF0000” >
Text is displayed in
red
Gateway to Web Page Development / 18 of 26
Text Formatting
Super Script - <SUP> …. </SUP>
<P> This Is My 7 <SUP> th </SUP> Program Using HTML </P>
Sub Script - <SUB> …. </SUB>
<P> H<SUB>2</SUB>O Is The Chemical Name For Water</P>
Strike effect - <STRIKE>…….. </STRIKE> tags.
<STRIKE> This Text Will Appear With Strike Effect </STRIKE>
Preformatted text - <PRE> …... </PRE> tags.
Gateway to Web Page Development / 19 of 26
Benefits of HTML
HTML is a simple but powerful
formatting language to use.
The Web pages can be linked
together using links.
HTML documents are device
independent.
Gateway to Web Page Development / 20 of 26
Limitations of HTML
No programming capabilities
Does not provide anything more
than formatted text, pictures and
sound
Gateway to Web Page Development / 21 of 26
Session in brief
In this session we covered:
Definition of a Web Site
Design issues in web sites
Development Phase
The HTML tags
Body Attributes in HTML
Text Formatting
The benefits and limitations of HTML

Más contenido relacionado

La actualidad más candente

La actualidad más candente (18)

If you know nothing about HTML, this is where you can start !!
If you know nothing about HTML, this is where you can start !!If you know nothing about HTML, this is where you can start !!
If you know nothing about HTML, this is where you can start !!
 
Web designing (2) - CSS Basic Coding
Web designing (2) - CSS Basic CodingWeb designing (2) - CSS Basic Coding
Web designing (2) - CSS Basic Coding
 
Introduction to HTML4
Introduction to HTML4Introduction to HTML4
Introduction to HTML4
 
Wdf 222chp iii vi
Wdf 222chp iii viWdf 222chp iii vi
Wdf 222chp iii vi
 
Html 4.0
Html 4.0Html 4.0
Html 4.0
 
Html
HtmlHtml
Html
 
Web designing (1) - Html Basic Codding
Web designing (1) - Html Basic CoddingWeb designing (1) - Html Basic Codding
Web designing (1) - Html Basic Codding
 
HTML Link - Image - Comments
HTML  Link - Image - CommentsHTML  Link - Image - Comments
HTML Link - Image - Comments
 
belajar HTML
belajar HTML belajar HTML
belajar HTML
 
Origins and evolution of HTML and XHTML
Origins and evolution of HTML and XHTMLOrigins and evolution of HTML and XHTML
Origins and evolution of HTML and XHTML
 
Introduction to web development
Introduction to web developmentIntroduction to web development
Introduction to web development
 
Html tags list
Html tags listHtml tags list
Html tags list
 
Html level ii
Html level  iiHtml level  ii
Html level ii
 
Learning Html
Learning HtmlLearning Html
Learning Html
 
Html Basic Tags
Html Basic TagsHtml Basic Tags
Html Basic Tags
 
Html introduction by ikram niaz
Html introduction by ikram niazHtml introduction by ikram niaz
Html introduction by ikram niaz
 
HTML
HTMLHTML
HTML
 
Html and its tags
Html and its tagsHtml and its tags
Html and its tags
 

Similar a Session1 gateway to web page development

Similar a Session1 gateway to web page development (20)

HTML Introduction
HTML IntroductionHTML Introduction
HTML Introduction
 
HTML - hypertext markup language
HTML - hypertext markup languageHTML - hypertext markup language
HTML - hypertext markup language
 
A quick guide to Css and java script
A quick guide to Css and  java scriptA quick guide to Css and  java script
A quick guide to Css and java script
 
HyperTextMarkupLanguage.ppt
HyperTextMarkupLanguage.pptHyperTextMarkupLanguage.ppt
HyperTextMarkupLanguage.ppt
 
HTML Tutorials
HTML TutorialsHTML Tutorials
HTML Tutorials
 
Lab#2 overview of html
Lab#2 overview of htmlLab#2 overview of html
Lab#2 overview of html
 
DIWE - Coding HTML for Basic Web Designing
DIWE - Coding HTML for Basic Web DesigningDIWE - Coding HTML for Basic Web Designing
DIWE - Coding HTML for Basic Web Designing
 
The complete-html-cheat-sheet
The complete-html-cheat-sheetThe complete-html-cheat-sheet
The complete-html-cheat-sheet
 
The complete-html-cheat-sheet
The complete-html-cheat-sheetThe complete-html-cheat-sheet
The complete-html-cheat-sheet
 
html for beginners
html for beginnershtml for beginners
html for beginners
 
Intro html
Intro htmlIntro html
Intro html
 
Html cia
Html ciaHtml cia
Html cia
 
Frontend bootcamp
Frontend bootcampFrontend bootcamp
Frontend bootcamp
 
Hypertext_markup_language
Hypertext_markup_languageHypertext_markup_language
Hypertext_markup_language
 
Html
HtmlHtml
Html
 
Html.ppt
Html.pptHtml.ppt
Html.ppt
 
WDD
WDDWDD
WDD
 
Introduction To HTML
Introduction To HTMLIntroduction To HTML
Introduction To HTML
 
Introduction html
Introduction htmlIntroduction html
Introduction html
 
Basic html training national
Basic html training nationalBasic html training national
Basic html training national
 

Más de Jafar Nesargi

Network adpater,cabel,cards ,types, network devices
Network adpater,cabel,cards ,types, network devicesNetwork adpater,cabel,cards ,types, network devices
Network adpater,cabel,cards ,types, network devicesJafar Nesargi
 
An introduction to networking
An introduction to networkingAn introduction to networking
An introduction to networkingJafar Nesargi
 
Computer basics Intro
Computer basics IntroComputer basics Intro
Computer basics IntroJafar Nesargi
 
Chapter 7 relation database language
Chapter 7 relation database languageChapter 7 relation database language
Chapter 7 relation database languageJafar Nesargi
 
Chapter 6 relational data model and relational
Chapter  6  relational data model and relationalChapter  6  relational data model and relational
Chapter 6 relational data model and relationalJafar Nesargi
 
Chapter 4 record storage and primary file organization
Chapter 4 record storage and primary file organizationChapter 4 record storage and primary file organization
Chapter 4 record storage and primary file organizationJafar Nesargi
 
Introduction to-oracle
Introduction to-oracleIntroduction to-oracle
Introduction to-oracleJafar Nesargi
 
Cascading style sheets
Cascading style sheetsCascading style sheets
Cascading style sheetsJafar Nesargi
 
Session1 gateway to web page development
Session1   gateway to web page developmentSession1   gateway to web page development
Session1 gateway to web page developmentJafar Nesargi
 
Chapter 3 servlet & jsp
Chapter 3 servlet & jspChapter 3 servlet & jsp
Chapter 3 servlet & jspJafar Nesargi
 
Record storage and primary file organization
Record storage and primary file organizationRecord storage and primary file organization
Record storage and primary file organizationJafar Nesargi
 

Más de Jafar Nesargi (20)

Network adpater,cabel,cards ,types, network devices
Network adpater,cabel,cards ,types, network devicesNetwork adpater,cabel,cards ,types, network devices
Network adpater,cabel,cards ,types, network devices
 
An introduction to networking
An introduction to networkingAn introduction to networking
An introduction to networking
 
Computer basics Intro
Computer basics IntroComputer basics Intro
Computer basics Intro
 
Css
CssCss
Css
 
Chapter 7 relation database language
Chapter 7 relation database languageChapter 7 relation database language
Chapter 7 relation database language
 
Chapter 6 relational data model and relational
Chapter  6  relational data model and relationalChapter  6  relational data model and relational
Chapter 6 relational data model and relational
 
Chapter 4 record storage and primary file organization
Chapter 4 record storage and primary file organizationChapter 4 record storage and primary file organization
Chapter 4 record storage and primary file organization
 
Chapter3
Chapter3Chapter3
Chapter3
 
Introduction to-oracle
Introduction to-oracleIntroduction to-oracle
Introduction to-oracle
 
Chapter2
Chapter2Chapter2
Chapter2
 
Cascading style sheets
Cascading style sheetsCascading style sheets
Cascading style sheets
 
Session1 gateway to web page development
Session1   gateway to web page developmentSession1   gateway to web page development
Session1 gateway to web page development
 
Introduction to jsp
Introduction to jspIntroduction to jsp
Introduction to jsp
 
Chapter 3 servlet & jsp
Chapter 3 servlet & jspChapter 3 servlet & jsp
Chapter 3 servlet & jsp
 
Rmi
RmiRmi
Rmi
 
Java bean
Java beanJava bean
Java bean
 
Networking
NetworkingNetworking
Networking
 
Chapter2 j2ee
Chapter2 j2eeChapter2 j2ee
Chapter2 j2ee
 
Chapter 1 swings
Chapter 1 swingsChapter 1 swings
Chapter 1 swings
 
Record storage and primary file organization
Record storage and primary file organizationRecord storage and primary file organization
Record storage and primary file organization
 

Último

Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 

Último (20)

Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 

Session1 gateway to web page development

  • 1. Gateway to Web Page development
  • 2. Gateway to Web Page Development / 2 of 26 Session Objectives Explain what is meant by a Web Sites List the purpose of a Web Site Explain how to Design Web pages Spell out the guidelines for making a Web Page Understand what HTML is
  • 3. Gateway to Web Page Development / 3 of 26 Web Site and Web Page The first page which opens in a Web Site is the HOME page There is no restriction with respect to the site size One web site can span over more than one server also
  • 4. Gateway to Web Page Development / 4 of 26 Features of Web Pages Web pages allow the following features : Product Catalogues Web Chat Online order tracking Online Demonstration Online Feedback System
  • 5. Gateway to Web Page Development / 5 of 26 General Guidelines Avoid use of too many fonts Avoid too many colours on the same page Use pastoral colours in corporate and professional slides Use bright and sharp hues in kids and entertainment slides
  • 6. Gateway to Web Page Development / 6 of 26 Evolution of HTML Markup Language -it refers to the tags which specify how to incorporate text, graphics, sound and the visual elements <HTML> <HEAD> …... </HEAD> <BODY> …… </BODY> </HTML> Heading Section Actual Text
  • 7. Gateway to Web Page Development / 7 of 26 HTML Document <HTML> <Head> <Title>MY First HTML Document <H1> This is the heading of the document </H1> </Head> <Body> <P> Learn HTML fast and Easy</P> <P> My First Web Page</P> </Body> </HTML> Output in Browser
  • 8. Gateway to Web Page Development / 8 of 26 Sample HTML <HTML> <HEAD> <TITLE>LOOK OF AN HTML DOCUMENT</TITLE> </HEAD> <BODY> “Welcome to the World of HTML” </BODY> </HTML> <TITLE>….<TITLE>Tag <BODY>…..</BODY> Tag
  • 9. Gateway to Web Page Development / 9 of 26 HTML Tags Headline Tags Example <HTML> <HEAD> <H1> This Heading is created using H1 tag </H1> <H2> This Heading is created using H2 tag </H2> <H3> This Heading is created using H3 tag </H3> <H4> This Heading is created using H4 tag </H4> <H5> This Heading is created using H5 tag </H5> <H6> This Heading is created using H6 tag </H6> </HEAD> </HTML> Syntax <HTML> <HEAD> <H1>……….</H1> </HEAD>
  • 10. Gateway to Web Page Development / 10 of 26 Paragraph Tag <P> ……. </P> Attributes ALIGN Attribute  CENTER  LEFT  RIGHT Example <P> The paragraph text should be added here within the <P> tag. </P> Paragraph Formatting
  • 11. Gateway to Web Page Development / 11 of 26 Font Settings Tags ATTRIBUTES FACE <FONT FACE=”ARIAL”> PARAGRAPH SPECIFICATION </FONT> Size <FONT SIZE=”5”> PARAGRAPH SPECIFICATION </FONT> Color <FONT COLOR=”Blue” PARAGRAPH SPECIFICATION </FONT> <FONT>……..</FONT> - Used for text Style Specifications
  • 12. Gateway to Web Page Development / 12 of 26 Font Tags COLOUR HEXADECIMAL VALUE Red #FF0000 Green #00FF00 Blue #0000FF White #FFFFFF Black #000000 Gray #808080 Dark Red #800000 Dark Green #008000 Dark Blue #000080 Yellow #FFFF00 Magenta #FF00FF Cyan #00FFFF Color Attribute Face Attribute - Terminal for Times New Roman font - Arial - Arial Black - Courier - Fixedsys - Garamond - Impact - MS Sans Serif
  • 13. Gateway to Web Page Development / 13 of 26 DIV Tag -Used for applying alignment and style characteristics to only a section of a document. DIV Attribute Align  CENTER  LEFT  RIGHT The <DIV> Tag Syntax <DIV ALIGN=”Value” TEXT </DIV>
  • 14. Gateway to Web Page Development / 14 of 26 An Example of <DIV> Tag <HTML> <BODY> <DIV ALIGN=RIGHT> <H1>Aligning a Block of Content to the Right</H1> <P>You can use a DIV tag to align a block of content to the right.</P> <P>The content can include anything you like, including tables, images, lists, and so on. Note, however, that right- aligned lists often do not look very neat.</P> </DIV> </BODY> </HTML>
  • 15. Gateway to Web Page Development / 15 of 26 Multicolumn Text The MULTICOL tag places the text of the document into multiple, equal-width columns Syntax <MULTICOL COLS="Specifies the number of text columns for the text" GUTTER="Specifies the distance between the text columns, by default is 10 pixels" WIDTH="Specifies the width of each column and the width of each column is the same” > text in the document </MULTICOL>
  • 16. Gateway to Web Page Development / 16 of 26 Horizontal Line <HR> Tag Attributes  WIDTH  SIZE Syntax <HR> Paragraph Specification <HR> Example Width Attribute <HR WIDTH = “50%” > Size Attribute <HR SIZE = “4” >
  • 17. Gateway to Web Page Development / 17 of 26 Body Attribute BGCOLOR <BODY BGCOLOR = “#FF0000”> BODY TEXT <BODY TEXT = “#FF0000” > Text is displayed in red
  • 18. Gateway to Web Page Development / 18 of 26 Text Formatting Super Script - <SUP> …. </SUP> <P> This Is My 7 <SUP> th </SUP> Program Using HTML </P> Sub Script - <SUB> …. </SUB> <P> H<SUB>2</SUB>O Is The Chemical Name For Water</P> Strike effect - <STRIKE>…….. </STRIKE> tags. <STRIKE> This Text Will Appear With Strike Effect </STRIKE> Preformatted text - <PRE> …... </PRE> tags.
  • 19. Gateway to Web Page Development / 19 of 26 Benefits of HTML HTML is a simple but powerful formatting language to use. The Web pages can be linked together using links. HTML documents are device independent.
  • 20. Gateway to Web Page Development / 20 of 26 Limitations of HTML No programming capabilities Does not provide anything more than formatted text, pictures and sound
  • 21. Gateway to Web Page Development / 21 of 26 Session in brief In this session we covered: Definition of a Web Site Design issues in web sites Development Phase The HTML tags Body Attributes in HTML Text Formatting The benefits and limitations of HTML