SlideShare a Scribd company logo
1 of 55
Tut or i al Obj ec t i v es
» Explore the structure of the World Wide Web
» Learn the basic principles of Web documents
» Create a HTML document
» View an HTML file using a Web browser
» Use HTML tags for text, headings, paragraphs, and
lists
» Insert character tags into an HTML document
Tut or i al Obj ec t i v es
Cont i nued
» Insert an inline graphic image into a
HTML document
» Add special characters to an HTML
document
» Insert horizontal lines into an HTML
document
I nt r oduc i ng t he W l d W de
or
i
W
eb
» In order for computers to share
resources efficiently, they can be
linked together in one of the
following structured networks:
– linked within a local area network (LAN)
– linked across a wide area network (WAN)

» Networks are very useful, their use
led to a “network of networks”
called the Internet.
The I nt er net
» The Internet consists of millions of
interconnected computers that enable users to
communicate and share information.
» Many Internet tools required users to master an
array of terms, acronyms, and commands before
they could navigate the Internet.
» The World Wide Web was developed to make
the Internet easier to use and give quick access
to users.
St r uc t ur e of t he I nt er net
This figure shows the physical structure of the Internet, which uses fiber-optic cables,
satellites, phone lines, and other telecommunications media to send data back and forth.
The Dev el opm
ent of t he
W l d W de W
or
i
eb
» In 1989, Timothy Berners-Lee and other
researchers at the CERN nuclear research
facility, laid the foundation of the World Wide
Web, or the Web.
– created an information system that would make it easy for
researchers to locate and share data
– required minimal training and support
– developed a system of hypertext documents, electronic files
that contain elements that you can easily select
Hy per t ex t Doc um
ent s
» Hypertext offers a better way of locating
information.
» When you read a book, you follow a linear
progression, reading one page after
another.
» With hypertext, you progress through pages
in whatever way is best suited to you and
your objectives.
» Hypertext lets you skip from one topic to
another.
Hy per t ex t Doc um
ent s
Cont i nued
» The key to hypertext is the use of links, which you
activate to move from one topic to another.
– a link can open a document on a computer anywhere in the world

» Hypertext has become the dominate method of
sharing and retrieving information on the Internet,
becoming known as the World Wide Web, or the
Web.
» Documents on the Web are known as Web pages.
W Pages and W Br ows er s
eb
eb
» A Web page is stored on a Web
server, which makes the page
available to users of the Web.
» To view a Web page, the user runs a
Web browser, a software program
that retrieves the page and displays
it.
» A Web browser can either be textbased, or graphical.
W BROSERS
EB

–
–
–
–
–

» The most common Web browsers
available today are:
FIREFOX
GOOGLE CHROME
SAFARI
OPERA
IE
W Page wi t h I nt er es t i ng
eb
Font s , Gr aphi c s , and Lay out
This figure shows a Web page is
not only a source of information,
it can also be a work of art.

graphic image
links
interesting fonts
The Web designer has a great
deal of control over the format of
the page.
HTM
L: The Language of t he
W
eb
» Web pages are text files, written in a language
called Hypertext Markup Language or HTML.
» A markup language is a language used to
describe the contact and format of documents.
» HTML was developed from the Standard
Generalized Markup Language (SGML), a
language used for large-scale documents.
» SGML proved to be cumbersome and difficult,
thus HTML was created.
Hy per t ex t M k up Language
ar
( HTM
L)
» HTML allows Web authors to create
documents that can be displayed across
different operating systems.
» HTML code is easy to use, that even
nonprogrammers can learn to use it.
» HTML describes the format of Web
pages through the use of tags.
– it’s the job of the Web browser to interpret these tags
and render the text accordingly
Ver s i ons of HTM
L
This figure presents a history of the various versions of HTML that have been
released by the World Wide Web Consortium (W3C).
Hy per t ex t M k up
ar
Language ( HTM
L) Cont i nued
» HTML has a set of rules, called syntax.
– syntax are a set of standards or specifications developed
by a consortium of Web developers, programmers, and
authors called the World Wide Web Consortium (WC3)

» HTML extensions have been added to
support new features, which have been
adopted in subsequent sets of standards
released by the W3C.
– these extensions have provided Web page authors with
more options
W Dev el opm
eb
ent
» Web designers need to determine which browsers and
browser versions support their web pages.
» In the future, Web development is focusing more on
XML (Extensible Markup Language) and XHTML
(Extensible HyperText Markup Language) for
developing document content.
– XML combined with style sheets provides the same functionality as
HTML, but with greater flexibility
– XHTML was designed to overcome some of the problems with
competing HTML standards
Tool s f or Cr eat i ng HTM
L
Doc um
ent s
» HTML documents are text files, which a
text editor such as Windows NotePad
can be used to create.
» You can also use an HTML converter or
an HTML editor.
– an HTML converter like Microsoft Word takes text
in one format and converts it to HTML code
– an HTML editor helps you create an HTML file by
inserting HTML codes for you as you work
Cr eat i ng an HTM Doc um
L
ent
It’s always a
good idea to
plan the
appearance of
your Web page
before you start
writing code.

heading 1
image
paragraph

horizontal line

list
heading 3
bold and italic
text
HTM Sy nt ax
L
» Document content is what the users sees
on the page, such as headings and images.
» Tags are the HTML codes that control the
appearance of the document content.
– tag is the name of the HTML tag
– attributes are properties of the tag
– document content is actual content that appears in the
Web page
HTM Tags
L
» Tags can be one-sided or two-sided.
– two-sided tags contain an opening tag <b> that tells
the browser to turn on a feature and apply it to the
contact that follows, and a closing tag </b> that
turns off the feature
– one-sided tags are used to insert noncharacter data
into the Web page, such as a graphic image or video
clip <tag attribute>

» Tags are not case sensitive. The current
standard is to display all tags in
lowercase letters.
I nt er pr et at i on of t he <H1>
t ag by Di f f er ent Br ows er s
This figure shows how three different browsers might interpret a line of HTML code.
I ni t i al HTM Tags i n
L
Not epad
Your text editor may not display the file extension
in the title bar. This is okay.
<html> tag
indicates that
this file is
written in
HTML
<head> tag
contains
information about
the Web page

<title> tag contains
the Web page title
Page content will
go between the
<body> tags
The I ni t i al HTM Fi l e i n
L
I nt er net Ex pl or er
the title you
entered between
the <title>
tags
address box
indicates the
name and
location of the
HTML file
page content will
appear here

You should occasionally
view the formatted page
with different Web
browsers to check
compatibility, verify
that there are no syntax
errors, or other
problems.
Cr eat i ng Headi ng Tags
» HTML supports six levels of headings,
numbered <h1> through <h6>, with
<h1> being the largest and most
prominent.
» Headings are always displayed in a
bold font.
Si x Headi ng Lev el s
This figure
illustrates the
general
appearance of the
six heading styles.
Your browser
might use slightly
different fonts and
sizes.
Ent er i ng Headi ng Tags and
Tex t

heading tags
As of HTML 3.2, the heading tag can
contain additional attributes, one of
which is the alignment attribute.
Headi ngs As They Appear
i n t he Br ows er
<h1>

<h2>

<h3>
Ent er i ng Par agr aph Tex t
If you are using a test editor
like NotePad, the text might
not wrap to the next line
automatically.

Selecting the Word Wrap
command within NotePad will
allow you to see all the text on
your screen.
Par agr aph Tex t i n t he
Br ows er
Addi ng Par agr aphs

adding
paragraphs
The Par agr aphs Di s pl ay ed
by t he Br ows er
Remember:
HTML formats
text only through
the use of tags
and ignores such
things as extra
blank spaces,
blank lines, or
tabs.
four grading
paragraphs
are not
separated
The Gr adi ng Tex t Separ at ed
i nt o Par agr aphs
To add space
between
paragraphs,
you use the
paragraph tag
<p>.
text is now
separated
into four
paragraphs
Cr eat i ng Li s t s
» HTML supports three kinds of lists:
– an ordered list, which is used to display
information in a numeric order
– an unordered list, which list items are not listed
in a particular order i.e. bullets
– a definition list, which is a list of terms, each
followed by a definition line that is typically
indented slightly to the right
Ent er i ng an Unor der ed Li s t

<ul> unordered
list tag
<li> list
item tag
The Unor der ed Li s t i n t he
Br ows er
An unordered
list is a bulleted
list.

unordered
list
Cr eat i ng Char ac t er Tags
» HTML also lets you format individual
characters.
» A tag that you apply to an individual
character is called a character tag.
There are two types of character tags:
– logical character tag
– physical character tag
Com on Logi c al Char ac t er
m
Tags
This figure lists some common logical character tags.
Com on Phy s i c al Char ac t er
m
Tags
This figure shows examples of how these tags can be displayed in a browser.
Logi c al Char ac t er Tags as
They Appear i n t he Br ows er

examples of
individual
tags

example of
combined
tags
Phy s i c al Char ac t er Tags as
They Appear i n t he Br ows er
Underline text
can sometimes be
confused with
hyperlinked text
(which is usually
underlined), and
for that reason,
use of the <u> tag
is discouraged.
Appl y i ng Char ac t er Tags
Italic <i> </i>
and bold
<b> </b>
character tags
If you support
users with older
browsers, you
should use a logical
tag. Otherwise, use
physical tags,
which are more
common and easier
to interpret.
The Ef f ec t of t he Char ac t er
Tags
i n t he Br ows er

text
formatted
with bold
and italic
I ns er t i ng a Gr aphi c
» Images can be displayed in two ways: as inline
images or as external images.
– an inline image displays directly on the Web page and is
displayed when the page is accessed by a user
– an inline image can be placed on a separate line in your HTML
code, or it can be placed directly within a line of text
– inline images should be in one of two file formats: GIF (Graphics
Interchange Format) or JPEG (Joint Photographic Experts
Group)
I ns er t i ng a Gr aphi c
Cont i nued
– an external image is not displayed with the Web
page, the browser must have a file viewer, which
is a separate program that the browser launches
when it encounters an external image file
– external images are represented by an icon that a
user clicks to view the image
– external images are not limited to GIF or JPEG
formats
I ns er t i ng a Gr aphi c

Image file
dube.jpg

use the <p>
tag so you
can center
the image
The I m
age Fi l e as i t
Appear s
i n t he Br ows er
Spec i al Char ac t er s
» Occasionally you will want to include
entities or special characters in your
Web page that do not appear on
your keyboard. For example:
– registered trademark symbol ®
– copyright symbol ©

» HTML supports the use of character
symbols that are identified by a code
number or name.
Spec i al Char ac t er s and
Codes
This figure shows some HTML symbols and the corresponding code numbers or names.
Spec i al Char ac t er s i n t he
Br ows er
This figure shows an example of the code “Welcome to Mr. Dub&#233’s
Web site”, which accented the é in his last name..

accented é added
to last name
I ns er t i ng Hor i z ont al Li nes
» A horizontal line can improve the
appearance of a Web page.
» The syntax for creating a horizontal
line is:
<hr align=“align” size=“size”
width=“width” color=“color”
noshade>
I ns er t i ng Hor i z ont al Li nes
» The HTML horizontal syntax includes the following:

– align specifies the horizontal alignment of the line on the
page (center, left, or right)
– size specifies the height of the line in pixels or percentage
of the screen width
– width indicates the width of the line in pixels or
percentage of the screen width
– color indicates the color of the line
– noshade specifies that the browser display a solid line
Di f f er ent Li ne St y l es
size=12
width-100%
size=6
width-50%
size=3
width-25%
size=1
width-10%

<hr align=“center” size=“12” width=“100%”>

<hr align=“center” size=“6” width=“50%”>

<hr align=“center” size=“3” width=“25%”>

<hr align=“center” size=“1” width=“10%”>

You can use line
styles to improve the
appearance of your
Web page.
Hor i z ont al Li ne Added t o
t he Page

horizontal line
Thank You !
:)

More Related Content

What's hot

What's hot (20)

The internet
The internetThe internet
The internet
 
Internet and Web Technology (CLASS-3) [HTML & CSS]
Internet and Web Technology (CLASS-3) [HTML & CSS] Internet and Web Technology (CLASS-3) [HTML & CSS]
Internet and Web Technology (CLASS-3) [HTML & CSS]
 
Web technology P B Jadhav
Web technology  P B JadhavWeb technology  P B Jadhav
Web technology P B Jadhav
 
web design
web designweb design
web design
 
Html
HtmlHtml
Html
 
Using HTML to Create Web Pages
Using HTML to Create Web PagesUsing HTML to Create Web Pages
Using HTML to Create Web Pages
 
Form 1 Term 2 Week 4.2
Form 1   Term 2   Week 4.2Form 1   Term 2   Week 4.2
Form 1 Term 2 Week 4.2
 
Web technology Unit-II Part A
Web technology Unit-II Part AWeb technology Unit-II Part A
Web technology Unit-II Part A
 
fundamental of information technology (2)
fundamental of information technology  (2)fundamental of information technology  (2)
fundamental of information technology (2)
 
Introducing Cascading Style Sheets
Introducing Cascading Style SheetsIntroducing Cascading Style Sheets
Introducing Cascading Style Sheets
 
HTML- Hyper Text Markup Language
HTML- Hyper Text Markup LanguageHTML- Hyper Text Markup Language
HTML- Hyper Text Markup Language
 
Web technology today
Web technology todayWeb technology today
Web technology today
 
Creating Links
Creating LinksCreating Links
Creating Links
 
Html 1 SLIDES
Html 1 SLIDESHtml 1 SLIDES
Html 1 SLIDES
 
internet workshop
internet workshopinternet workshop
internet workshop
 
Web+html
Web+htmlWeb+html
Web+html
 
Introduction to Web Technology
Introduction to Web TechnologyIntroduction to Web Technology
Introduction to Web Technology
 
Intr to-html-xhtml-1233508169541646-3
Intr to-html-xhtml-1233508169541646-3Intr to-html-xhtml-1233508169541646-3
Intr to-html-xhtml-1233508169541646-3
 
Introduction to internet
Introduction to internetIntroduction to internet
Introduction to internet
 
What is Internet
What is InternetWhat is Internet
What is Internet
 

Viewers also liked

Μυστράς Α
Μυστράς ΑΜυστράς Α
Μυστράς ΑTheod13
 
πετρινα γεφυρια (4)
πετρινα γεφυρια (4)πετρινα γεφυρια (4)
πετρινα γεφυρια (4)Theod13
 
Tradie Exchange Jobs - Referrals in Australia
Tradie Exchange Jobs - Referrals in AustraliaTradie Exchange Jobs - Referrals in Australia
Tradie Exchange Jobs - Referrals in AustraliaTradieExchange
 
[S hegda a.v.]_ekonomіka_pіdpriєmstva._zbіrnik_(book_fi.org)
[S hegda a.v.]_ekonomіka_pіdpriєmstva._zbіrnik_(book_fi.org)[S hegda a.v.]_ekonomіka_pіdpriєmstva._zbіrnik_(book_fi.org)
[S hegda a.v.]_ekonomіka_pіdpriєmstva._zbіrnik_(book_fi.org)інна гаврилець
 
130 229-1-pb
130 229-1-pb130 229-1-pb
130 229-1-pbfrans2014
 
S1 teoper-2-konsepdasarperencanaanpembangunan-130614084228-phpapp02
S1 teoper-2-konsepdasarperencanaanpembangunan-130614084228-phpapp02S1 teoper-2-konsepdasarperencanaanpembangunan-130614084228-phpapp02
S1 teoper-2-konsepdasarperencanaanpembangunan-130614084228-phpapp02frans2014
 
An RGB Laser And Its Applications
An RGB Laser And Its ApplicationsAn RGB Laser And Its Applications
An RGB Laser And Its Applicationsznsaja
 
Photoshop Tutorial Clipping path service, Photoshop clipping path. photo clip...
Photoshop Tutorial Clipping path service, Photoshop clipping path. photo clip...Photoshop Tutorial Clipping path service, Photoshop clipping path. photo clip...
Photoshop Tutorial Clipping path service, Photoshop clipping path. photo clip...Clipping Path India
 
Perencanaan sambungan-profil-baja
Perencanaan sambungan-profil-bajaPerencanaan sambungan-profil-baja
Perencanaan sambungan-profil-bajafrans2014
 
P.o.m project report
P.o.m project reportP.o.m project report
P.o.m project reportmounikapadiri
 
Modulmekanikateknik1 121101215953-phpapp01
Modulmekanikateknik1 121101215953-phpapp01Modulmekanikateknik1 121101215953-phpapp01
Modulmekanikateknik1 121101215953-phpapp01frans2014
 
Ppipp copy-130823044640-phpapp02
Ppipp copy-130823044640-phpapp02Ppipp copy-130823044640-phpapp02
Ppipp copy-130823044640-phpapp02frans2014
 
Tradie Exchange Jobs Australia
Tradie Exchange Jobs AustraliaTradie Exchange Jobs Australia
Tradie Exchange Jobs AustraliaTradieExchange
 
2016 IoT Business Forum
2016 IoT Business Forum2016 IoT Business Forum
2016 IoT Business ForumMarlos Bosso
 
Virtualization session3 vm installation
Virtualization session3 vm installationVirtualization session3 vm installation
Virtualization session3 vm installationAswin Krishnamoorthy
 

Viewers also liked (18)

Μυστράς Α
Μυστράς ΑΜυστράς Α
Μυστράς Α
 
πετρινα γεφυρια (4)
πετρινα γεφυρια (4)πετρινα γεφυρια (4)
πετρινα γεφυρια (4)
 
Tradie Exchange Jobs - Referrals in Australia
Tradie Exchange Jobs - Referrals in AustraliaTradie Exchange Jobs - Referrals in Australia
Tradie Exchange Jobs - Referrals in Australia
 
[S hegda a.v.]_ekonomіka_pіdpriєmstva._zbіrnik_(book_fi.org)
[S hegda a.v.]_ekonomіka_pіdpriєmstva._zbіrnik_(book_fi.org)[S hegda a.v.]_ekonomіka_pіdpriєmstva._zbіrnik_(book_fi.org)
[S hegda a.v.]_ekonomіka_pіdpriєmstva._zbіrnik_(book_fi.org)
 
130 229-1-pb
130 229-1-pb130 229-1-pb
130 229-1-pb
 
S1 teoper-2-konsepdasarperencanaanpembangunan-130614084228-phpapp02
S1 teoper-2-konsepdasarperencanaanpembangunan-130614084228-phpapp02S1 teoper-2-konsepdasarperencanaanpembangunan-130614084228-phpapp02
S1 teoper-2-konsepdasarperencanaanpembangunan-130614084228-phpapp02
 
An RGB Laser And Its Applications
An RGB Laser And Its ApplicationsAn RGB Laser And Its Applications
An RGB Laser And Its Applications
 
Photoshop Tutorial Clipping path service, Photoshop clipping path. photo clip...
Photoshop Tutorial Clipping path service, Photoshop clipping path. photo clip...Photoshop Tutorial Clipping path service, Photoshop clipping path. photo clip...
Photoshop Tutorial Clipping path service, Photoshop clipping path. photo clip...
 
Perencanaan sambungan-profil-baja
Perencanaan sambungan-profil-bajaPerencanaan sambungan-profil-baja
Perencanaan sambungan-profil-baja
 
P.o.m project report
P.o.m project reportP.o.m project report
P.o.m project report
 
Modulmekanikateknik1 121101215953-phpapp01
Modulmekanikateknik1 121101215953-phpapp01Modulmekanikateknik1 121101215953-phpapp01
Modulmekanikateknik1 121101215953-phpapp01
 
Ppipp copy-130823044640-phpapp02
Ppipp copy-130823044640-phpapp02Ppipp copy-130823044640-phpapp02
Ppipp copy-130823044640-phpapp02
 
patient monitor veterinary use
patient monitor veterinary usepatient monitor veterinary use
patient monitor veterinary use
 
Python session3
Python session3Python session3
Python session3
 
Tradie Exchange Jobs Australia
Tradie Exchange Jobs AustraliaTradie Exchange Jobs Australia
Tradie Exchange Jobs Australia
 
2016 IoT Business Forum
2016 IoT Business Forum2016 IoT Business Forum
2016 IoT Business Forum
 
Python slide.1
Python slide.1Python slide.1
Python slide.1
 
Virtualization session3 vm installation
Virtualization session3 vm installationVirtualization session3 vm installation
Virtualization session3 vm installation
 

Similar to Creating HTML Documents in 40 Steps

introdution-to-html.ppt coding programming
introdution-to-html.ppt coding programmingintrodution-to-html.ppt coding programming
introdution-to-html.ppt coding programmingprogramizconsultancy
 
HTML element is everything between the start tag and the end tag
HTML element is everything between the start tag and the end tagHTML element is everything between the start tag and the end tag
HTML element is everything between the start tag and the end tagssuser6478a8
 
web unit 2_4338494_2023_08_14_23_11.pptx
web unit 2_4338494_2023_08_14_23_11.pptxweb unit 2_4338494_2023_08_14_23_11.pptx
web unit 2_4338494_2023_08_14_23_11.pptxChan24811
 
Science kjadnckj ljnadjc lk cnldj cj nlzkdncaj
Science kjadnckj ljnadjc lk cnldj cj nlzkdncajScience kjadnckj ljnadjc lk cnldj cj nlzkdncaj
Science kjadnckj ljnadjc lk cnldj cj nlzkdncajkefije9797
 
WD 2 Less Gooooooooooofwfweujb iefieniwenfwefuhw
WD 2 Less Gooooooooooofwfweujb iefieniwenfwefuhwWD 2 Less Gooooooooooofwfweujb iefieniwenfwefuhw
WD 2 Less Gooooooooooofwfweujb iefieniwenfwefuhwkefije9797
 
WEB TECHNOLOGY:Web Essentials and Markup Language HTML
WEB TECHNOLOGY:Web Essentials and Markup Language HTMLWEB TECHNOLOGY:Web Essentials and Markup Language HTML
WEB TECHNOLOGY:Web Essentials and Markup Language HTMLsmitawagh14
 
introdution-to-html.ppt
introdution-to-html.pptintrodution-to-html.ppt
introdution-to-html.pptSri Latha
 
introdution-to-html (1).ppt
introdution-to-html (1).pptintrodution-to-html (1).ppt
introdution-to-html (1).pptF3ZONE1
 
introdution-to-html.ppt NJBJGHGJHGGJGJG
introdution-to-html.ppt  NJBJGHGJHGGJGJGintrodution-to-html.ppt  NJBJGHGJHGGJGJG
introdution-to-html.ppt NJBJGHGJHGGJGJGAMRITHA16
 

Similar to Creating HTML Documents in 40 Steps (20)

Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
 
Html
HtmlHtml
Html
 
introdution-to-html.ppt coding programming
introdution-to-html.ppt coding programmingintrodution-to-html.ppt coding programming
introdution-to-html.ppt coding programming
 
HTML element is everything between the start tag and the end tag
HTML element is everything between the start tag and the end tagHTML element is everything between the start tag and the end tag
HTML element is everything between the start tag and the end tag
 
Web Site Designing - Basic
Web Site Designing - Basic Web Site Designing - Basic
Web Site Designing - Basic
 
web unit 2_4338494_2023_08_14_23_11.pptx
web unit 2_4338494_2023_08_14_23_11.pptxweb unit 2_4338494_2023_08_14_23_11.pptx
web unit 2_4338494_2023_08_14_23_11.pptx
 
Html
HtmlHtml
Html
 
Science kjadnckj ljnadjc lk cnldj cj nlzkdncaj
Science kjadnckj ljnadjc lk cnldj cj nlzkdncajScience kjadnckj ljnadjc lk cnldj cj nlzkdncaj
Science kjadnckj ljnadjc lk cnldj cj nlzkdncaj
 
WD 2 Less Gooooooooooofwfweujb iefieniwenfwefuhw
WD 2 Less Gooooooooooofwfweujb iefieniwenfwefuhwWD 2 Less Gooooooooooofwfweujb iefieniwenfwefuhw
WD 2 Less Gooooooooooofwfweujb iefieniwenfwefuhw
 
Unit 2 (html)
Unit 2  (html)Unit 2  (html)
Unit 2 (html)
 
BASIC OF WEB DESIGN.pptx
BASIC OF WEB DESIGN.pptxBASIC OF WEB DESIGN.pptx
BASIC OF WEB DESIGN.pptx
 
WEB TECHNOLOGY:Web Essentials and Markup Language HTML
WEB TECHNOLOGY:Web Essentials and Markup Language HTMLWEB TECHNOLOGY:Web Essentials and Markup Language HTML
WEB TECHNOLOGY:Web Essentials and Markup Language HTML
 
Web Design.ppt
Web Design.pptWeb Design.ppt
Web Design.ppt
 
html5 project.pptx
html5 project.pptxhtml5 project.pptx
html5 project.pptx
 
introdution-to-html.ppt
introdution-to-html.pptintrodution-to-html.ppt
introdution-to-html.ppt
 
introdution-to-html.ppt
introdution-to-html.pptintrodution-to-html.ppt
introdution-to-html.ppt
 
summary html.ppt
summary html.pptsummary html.ppt
summary html.ppt
 
introdution-to-html.ppt
introdution-to-html.pptintrodution-to-html.ppt
introdution-to-html.ppt
 
introdution-to-html (1).ppt
introdution-to-html (1).pptintrodution-to-html (1).ppt
introdution-to-html (1).ppt
 
introdution-to-html.ppt NJBJGHGJHGGJGJG
introdution-to-html.ppt  NJBJGHGJHGGJGJGintrodution-to-html.ppt  NJBJGHGJHGGJGJG
introdution-to-html.ppt NJBJGHGJHGGJGJG
 

Recently uploaded

Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsManeerUddin
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxleah joy valeriano
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 

Recently uploaded (20)

Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture hons
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 

Creating HTML Documents in 40 Steps

  • 1.
  • 2. Tut or i al Obj ec t i v es » Explore the structure of the World Wide Web » Learn the basic principles of Web documents » Create a HTML document » View an HTML file using a Web browser » Use HTML tags for text, headings, paragraphs, and lists » Insert character tags into an HTML document
  • 3. Tut or i al Obj ec t i v es Cont i nued » Insert an inline graphic image into a HTML document » Add special characters to an HTML document » Insert horizontal lines into an HTML document
  • 4. I nt r oduc i ng t he W l d W de or i W eb » In order for computers to share resources efficiently, they can be linked together in one of the following structured networks: – linked within a local area network (LAN) – linked across a wide area network (WAN) » Networks are very useful, their use led to a “network of networks” called the Internet.
  • 5. The I nt er net » The Internet consists of millions of interconnected computers that enable users to communicate and share information. » Many Internet tools required users to master an array of terms, acronyms, and commands before they could navigate the Internet. » The World Wide Web was developed to make the Internet easier to use and give quick access to users.
  • 6. St r uc t ur e of t he I nt er net This figure shows the physical structure of the Internet, which uses fiber-optic cables, satellites, phone lines, and other telecommunications media to send data back and forth.
  • 7. The Dev el opm ent of t he W l d W de W or i eb » In 1989, Timothy Berners-Lee and other researchers at the CERN nuclear research facility, laid the foundation of the World Wide Web, or the Web. – created an information system that would make it easy for researchers to locate and share data – required minimal training and support – developed a system of hypertext documents, electronic files that contain elements that you can easily select
  • 8. Hy per t ex t Doc um ent s » Hypertext offers a better way of locating information. » When you read a book, you follow a linear progression, reading one page after another. » With hypertext, you progress through pages in whatever way is best suited to you and your objectives. » Hypertext lets you skip from one topic to another.
  • 9. Hy per t ex t Doc um ent s Cont i nued » The key to hypertext is the use of links, which you activate to move from one topic to another. – a link can open a document on a computer anywhere in the world » Hypertext has become the dominate method of sharing and retrieving information on the Internet, becoming known as the World Wide Web, or the Web. » Documents on the Web are known as Web pages.
  • 10. W Pages and W Br ows er s eb eb » A Web page is stored on a Web server, which makes the page available to users of the Web. » To view a Web page, the user runs a Web browser, a software program that retrieves the page and displays it. » A Web browser can either be textbased, or graphical.
  • 11. W BROSERS EB – – – – – » The most common Web browsers available today are: FIREFOX GOOGLE CHROME SAFARI OPERA IE
  • 12. W Page wi t h I nt er es t i ng eb Font s , Gr aphi c s , and Lay out This figure shows a Web page is not only a source of information, it can also be a work of art. graphic image links interesting fonts The Web designer has a great deal of control over the format of the page.
  • 13. HTM L: The Language of t he W eb » Web pages are text files, written in a language called Hypertext Markup Language or HTML. » A markup language is a language used to describe the contact and format of documents. » HTML was developed from the Standard Generalized Markup Language (SGML), a language used for large-scale documents. » SGML proved to be cumbersome and difficult, thus HTML was created.
  • 14. Hy per t ex t M k up Language ar ( HTM L) » HTML allows Web authors to create documents that can be displayed across different operating systems. » HTML code is easy to use, that even nonprogrammers can learn to use it. » HTML describes the format of Web pages through the use of tags. – it’s the job of the Web browser to interpret these tags and render the text accordingly
  • 15. Ver s i ons of HTM L This figure presents a history of the various versions of HTML that have been released by the World Wide Web Consortium (W3C).
  • 16. Hy per t ex t M k up ar Language ( HTM L) Cont i nued » HTML has a set of rules, called syntax. – syntax are a set of standards or specifications developed by a consortium of Web developers, programmers, and authors called the World Wide Web Consortium (WC3) » HTML extensions have been added to support new features, which have been adopted in subsequent sets of standards released by the W3C. – these extensions have provided Web page authors with more options
  • 17. W Dev el opm eb ent » Web designers need to determine which browsers and browser versions support their web pages. » In the future, Web development is focusing more on XML (Extensible Markup Language) and XHTML (Extensible HyperText Markup Language) for developing document content. – XML combined with style sheets provides the same functionality as HTML, but with greater flexibility – XHTML was designed to overcome some of the problems with competing HTML standards
  • 18. Tool s f or Cr eat i ng HTM L Doc um ent s » HTML documents are text files, which a text editor such as Windows NotePad can be used to create. » You can also use an HTML converter or an HTML editor. – an HTML converter like Microsoft Word takes text in one format and converts it to HTML code – an HTML editor helps you create an HTML file by inserting HTML codes for you as you work
  • 19. Cr eat i ng an HTM Doc um L ent It’s always a good idea to plan the appearance of your Web page before you start writing code. heading 1 image paragraph horizontal line list heading 3 bold and italic text
  • 20. HTM Sy nt ax L » Document content is what the users sees on the page, such as headings and images. » Tags are the HTML codes that control the appearance of the document content. – tag is the name of the HTML tag – attributes are properties of the tag – document content is actual content that appears in the Web page
  • 21. HTM Tags L » Tags can be one-sided or two-sided. – two-sided tags contain an opening tag <b> that tells the browser to turn on a feature and apply it to the contact that follows, and a closing tag </b> that turns off the feature – one-sided tags are used to insert noncharacter data into the Web page, such as a graphic image or video clip <tag attribute> » Tags are not case sensitive. The current standard is to display all tags in lowercase letters.
  • 22. I nt er pr et at i on of t he <H1> t ag by Di f f er ent Br ows er s This figure shows how three different browsers might interpret a line of HTML code.
  • 23. I ni t i al HTM Tags i n L Not epad Your text editor may not display the file extension in the title bar. This is okay. <html> tag indicates that this file is written in HTML <head> tag contains information about the Web page <title> tag contains the Web page title Page content will go between the <body> tags
  • 24. The I ni t i al HTM Fi l e i n L I nt er net Ex pl or er the title you entered between the <title> tags address box indicates the name and location of the HTML file page content will appear here You should occasionally view the formatted page with different Web browsers to check compatibility, verify that there are no syntax errors, or other problems.
  • 25. Cr eat i ng Headi ng Tags » HTML supports six levels of headings, numbered <h1> through <h6>, with <h1> being the largest and most prominent. » Headings are always displayed in a bold font.
  • 26. Si x Headi ng Lev el s This figure illustrates the general appearance of the six heading styles. Your browser might use slightly different fonts and sizes.
  • 27. Ent er i ng Headi ng Tags and Tex t heading tags As of HTML 3.2, the heading tag can contain additional attributes, one of which is the alignment attribute.
  • 28. Headi ngs As They Appear i n t he Br ows er <h1> <h2> <h3>
  • 29. Ent er i ng Par agr aph Tex t If you are using a test editor like NotePad, the text might not wrap to the next line automatically. Selecting the Word Wrap command within NotePad will allow you to see all the text on your screen.
  • 30. Par agr aph Tex t i n t he Br ows er
  • 31. Addi ng Par agr aphs adding paragraphs
  • 32. The Par agr aphs Di s pl ay ed by t he Br ows er Remember: HTML formats text only through the use of tags and ignores such things as extra blank spaces, blank lines, or tabs. four grading paragraphs are not separated
  • 33. The Gr adi ng Tex t Separ at ed i nt o Par agr aphs To add space between paragraphs, you use the paragraph tag <p>. text is now separated into four paragraphs
  • 34. Cr eat i ng Li s t s » HTML supports three kinds of lists: – an ordered list, which is used to display information in a numeric order – an unordered list, which list items are not listed in a particular order i.e. bullets – a definition list, which is a list of terms, each followed by a definition line that is typically indented slightly to the right
  • 35. Ent er i ng an Unor der ed Li s t <ul> unordered list tag <li> list item tag
  • 36. The Unor der ed Li s t i n t he Br ows er An unordered list is a bulleted list. unordered list
  • 37. Cr eat i ng Char ac t er Tags » HTML also lets you format individual characters. » A tag that you apply to an individual character is called a character tag. There are two types of character tags: – logical character tag – physical character tag
  • 38. Com on Logi c al Char ac t er m Tags This figure lists some common logical character tags.
  • 39. Com on Phy s i c al Char ac t er m Tags This figure shows examples of how these tags can be displayed in a browser.
  • 40. Logi c al Char ac t er Tags as They Appear i n t he Br ows er examples of individual tags example of combined tags
  • 41. Phy s i c al Char ac t er Tags as They Appear i n t he Br ows er Underline text can sometimes be confused with hyperlinked text (which is usually underlined), and for that reason, use of the <u> tag is discouraged.
  • 42. Appl y i ng Char ac t er Tags Italic <i> </i> and bold <b> </b> character tags If you support users with older browsers, you should use a logical tag. Otherwise, use physical tags, which are more common and easier to interpret.
  • 43. The Ef f ec t of t he Char ac t er Tags i n t he Br ows er text formatted with bold and italic
  • 44. I ns er t i ng a Gr aphi c » Images can be displayed in two ways: as inline images or as external images. – an inline image displays directly on the Web page and is displayed when the page is accessed by a user – an inline image can be placed on a separate line in your HTML code, or it can be placed directly within a line of text – inline images should be in one of two file formats: GIF (Graphics Interchange Format) or JPEG (Joint Photographic Experts Group)
  • 45. I ns er t i ng a Gr aphi c Cont i nued – an external image is not displayed with the Web page, the browser must have a file viewer, which is a separate program that the browser launches when it encounters an external image file – external images are represented by an icon that a user clicks to view the image – external images are not limited to GIF or JPEG formats
  • 46. I ns er t i ng a Gr aphi c Image file dube.jpg use the <p> tag so you can center the image
  • 47. The I m age Fi l e as i t Appear s i n t he Br ows er
  • 48. Spec i al Char ac t er s » Occasionally you will want to include entities or special characters in your Web page that do not appear on your keyboard. For example: – registered trademark symbol ® – copyright symbol © » HTML supports the use of character symbols that are identified by a code number or name.
  • 49. Spec i al Char ac t er s and Codes This figure shows some HTML symbols and the corresponding code numbers or names.
  • 50. Spec i al Char ac t er s i n t he Br ows er This figure shows an example of the code “Welcome to Mr. Dub&#233’s Web site”, which accented the é in his last name.. accented é added to last name
  • 51. I ns er t i ng Hor i z ont al Li nes » A horizontal line can improve the appearance of a Web page. » The syntax for creating a horizontal line is: <hr align=“align” size=“size” width=“width” color=“color” noshade>
  • 52. I ns er t i ng Hor i z ont al Li nes » The HTML horizontal syntax includes the following: – align specifies the horizontal alignment of the line on the page (center, left, or right) – size specifies the height of the line in pixels or percentage of the screen width – width indicates the width of the line in pixels or percentage of the screen width – color indicates the color of the line – noshade specifies that the browser display a solid line
  • 53. Di f f er ent Li ne St y l es size=12 width-100% size=6 width-50% size=3 width-25% size=1 width-10% <hr align=“center” size=“12” width=“100%”> <hr align=“center” size=“6” width=“50%”> <hr align=“center” size=“3” width=“25%”> <hr align=“center” size=“1” width=“10%”> You can use line styles to improve the appearance of your Web page.
  • 54. Hor i z ont al Li ne Added t o t he Page horizontal line