SlideShare a Scribd company logo
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

More Related Content

What's hot

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 !!
Dr Sukhpal Singh Gill
 
Web designing (2) - CSS Basic Coding
Web designing (2) - CSS Basic CodingWeb designing (2) - CSS Basic Coding
Web designing (2) - CSS Basic Coding
Rabiul robi
 
Introduction to HTML4
Introduction to HTML4Introduction to HTML4
Introduction to HTML4
Collaboration Technologies
 
Wdf 222chp iii vi
Wdf 222chp iii viWdf 222chp iii vi
Wdf 222chp iii viBala Ganesh
 
Html 4.0
Html 4.0Html 4.0
Html 4.0
waynet20
 
Html
HtmlHtml
Web designing (1) - Html Basic Codding
Web designing (1) - Html Basic CoddingWeb designing (1) - Html Basic Codding
Web designing (1) - Html Basic Codding
Rabiul robi
 
HTML Link - Image - Comments
HTML  Link - Image - CommentsHTML  Link - Image - Comments
HTML Link - Image - Comments
Hameda Hurmat
 
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
Howpk
 
Introduction to web development
Introduction to web developmentIntroduction to web development
Introduction to web development
Muhammad Shafiq
 
Html tags list
Html tags listHtml tags list
Html tags list
Upasana Talukdar
 
Html level ii
Html level  iiHtml level  ii
Html level ii
argusacademy
 
Learning Html
Learning HtmlLearning Html
Learning Html
Damian Gonz
 
Html Basic Tags
Html Basic TagsHtml Basic Tags
Html Basic Tags
Richa Singh
 
Html introduction by ikram niaz
Html introduction by ikram niazHtml introduction by ikram niaz
Html introduction by ikram niaz
ikram niaz
 
Html and its tags
Html and its tagsHtml and its tags
Html and its tags
Afrasiyab Haider
 

What's hot (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
 

Viewers also liked

Cascading style sheets
Cascading style sheetsCascading style sheets
Cascading style sheetsJafar Nesargi
 
Introduction to transaction processing
Introduction to transaction processingIntroduction to transaction processing
Introduction to transaction processingJafar Nesargi
 
Chapter 7 relation database language
Chapter 7 relation database languageChapter 7 relation database language
Chapter 7 relation database languageJafar Nesargi
 
Chapter 7 relation database language
Chapter 7 relation database languageChapter 7 relation database language
Chapter 7 relation database languageJafar Nesargi
 
Chapter 9 introduction to transaction processing
Chapter 9 introduction to transaction processingChapter 9 introduction to transaction processing
Chapter 9 introduction to transaction processingJafar Nesargi
 
Relational database language
Relational database languageRelational database language
Relational 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 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
 
Chapter 7 relation database language
Chapter 7 relation database languageChapter 7 relation database language
Chapter 7 relation database languageJafar Nesargi
 
Dbms lab 01 termwork1
Dbms lab 01 termwork1Dbms lab 01 termwork1
Dbms lab 01 termwork1Jafar Nesargi
 
Chapter 3 servlet & jsp
Chapter 3 servlet & jspChapter 3 servlet & jsp
Chapter 3 servlet & jspJafar Nesargi
 

Viewers also liked (20)

Css
CssCss
Css
 
Cascading style sheets
Cascading style sheetsCascading style sheets
Cascading style sheets
 
Introduction to transaction processing
Introduction to transaction processingIntroduction to transaction processing
Introduction to transaction processing
 
Chapter 7 relation database language
Chapter 7 relation database languageChapter 7 relation database language
Chapter 7 relation database language
 
Chapter 7 relation database language
Chapter 7 relation database languageChapter 7 relation database language
Chapter 7 relation database language
 
Chapter3
Chapter3Chapter3
Chapter3
 
Ch1
Ch1Ch1
Ch1
 
Chapter2
Chapter2Chapter2
Chapter2
 
Introduction to jsp
Introduction to jspIntroduction to jsp
Introduction to jsp
 
Css
CssCss
Css
 
Chapter 9 introduction to transaction processing
Chapter 9 introduction to transaction processingChapter 9 introduction to transaction processing
Chapter 9 introduction to transaction processing
 
Relational database language
Relational database languageRelational database language
Relational 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 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
 
Chapter8 pl sql
Chapter8 pl sqlChapter8 pl sql
Chapter8 pl sql
 
Chapter 7 relation database language
Chapter 7 relation database languageChapter 7 relation database language
Chapter 7 relation database language
 
Dbms lab 01 termwork1
Dbms lab 01 termwork1Dbms lab 01 termwork1
Dbms lab 01 termwork1
 
Chapter 3 servlet & jsp
Chapter 3 servlet & jspChapter 3 servlet & jsp
Chapter 3 servlet & jsp
 
Chapter1
Chapter1Chapter1
Chapter1
 

Similar to Session1 gateway to web page development

HTML Introduction
HTML IntroductionHTML Introduction
HTML Introduction
Hameda Hurmat
 
HTML - hypertext markup language
HTML - hypertext markup languageHTML - hypertext markup language
HTML - hypertext markup language
Basmaa Mostafa
 
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
AVINASH KUMAR
 
HyperTextMarkupLanguage.ppt
HyperTextMarkupLanguage.pptHyperTextMarkupLanguage.ppt
HyperTextMarkupLanguage.ppt
DrShamikTiwari
 
HTML Tutorials
HTML TutorialsHTML Tutorials
HTML Tutorials
Arvind Kumar
 
Lab#2 overview of html
Lab#2 overview of htmlLab#2 overview of html
Lab#2 overview of html
Yaowaluck Promdee
 
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
Rasan Samarasinghe
 
The complete-html-cheat-sheet
The complete-html-cheat-sheetThe complete-html-cheat-sheet
The complete-html-cheat-sheet
HARUN PEHLIVAN
 
The complete-html-cheat-sheet
The complete-html-cheat-sheetThe complete-html-cheat-sheet
The complete-html-cheat-sheet
Zafer Galip Ozberk
 
html for beginners
html for beginnershtml for beginners
html for beginners
KIIZAPHILIP
 
Html cia
Html ciaHtml cia
Frontend bootcamp
Frontend bootcampFrontend bootcamp
Frontend bootcamp
SahilMore34
 
Hypertext_markup_language
Hypertext_markup_languageHypertext_markup_language
Hypertext_markup_language
Ishaq Shinwari
 
Html
HtmlHtml
Html
NithyaD5
 
Html.ppt
Html.pptHtml.ppt
Html.ppt
Sunil Thakur
 
WDD
WDDWDD
Introduction To HTML
Introduction To HTMLIntroduction To HTML
Introduction To HTML
Mehul Patel
 
Basic html training national
Basic html training nationalBasic html training national
Basic html training nationalNeedanuts
 

Similar to 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
 

More from 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 devices
Jafar Nesargi
 
An introduction to networking
An introduction to networkingAn introduction to networking
An introduction to networking
Jafar Nesargi
 
Computer basics Intro
Computer basics IntroComputer basics Intro
Computer basics Intro
Jafar Nesargi
 
Introduction to-oracle
Introduction to-oracleIntroduction to-oracle
Introduction to-oracleJafar 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
 
Introduction to-oracle
Introduction to-oracleIntroduction to-oracle
Introduction to-oracleJafar Nesargi
 
Functional dependencies and normalization for relational databases
Functional dependencies and normalization for relational databasesFunctional dependencies and normalization for relational databases
Functional dependencies and normalization for relational databasesJafar Nesargi
 
Database system concepts and architecture
Database system concepts and architectureDatabase system concepts and architecture
Database system concepts and architectureJafar Nesargi
 
Data modeling using the entity relationship model
Data modeling using the entity relationship modelData modeling using the entity relationship model
Data modeling using the entity relationship modelJafar Nesargi
 
Cascading style sheets
Cascading style sheetsCascading style sheets
Cascading style sheetsJafar Nesargi
 

More from Jafar Nesargi (15)

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
 
Introduction to-oracle
Introduction to-oracleIntroduction to-oracle
Introduction to-oracle
 
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
 
Introduction to-oracle
Introduction to-oracleIntroduction to-oracle
Introduction to-oracle
 
Functional dependencies and normalization for relational databases
Functional dependencies and normalization for relational databasesFunctional dependencies and normalization for relational databases
Functional dependencies and normalization for relational databases
 
Database system concepts and architecture
Database system concepts and architectureDatabase system concepts and architecture
Database system concepts and architecture
 
Data modeling using the entity relationship model
Data modeling using the entity relationship modelData modeling using the entity relationship model
Data modeling using the entity relationship model
 
Cascading style sheets
Cascading style sheetsCascading style sheets
Cascading style sheets
 

Recently uploaded

PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
Pierluigi Pugliese
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Nexer Digital
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.
ViralQR
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
nkrafacyberclub
 
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdfSAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
Peter Spielvogel
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 

Recently uploaded (20)

PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
 
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdfSAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 

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