Sei sulla pagina 1di 18

Understanding and

editing html
HTML
Hypertext Markup
Language
It is the language used to
create webpages.
A Markup language is a set
of Markup tags
HTML

The tags describe document


content
HTML documents are also
called web pages
HTML
2 Major Parts:
HEAD - contains basic
information about the web
page or document like the
document title
BODY - includes the subject
matter of the document
Open tag

Close tag

HTML tags always


come in pairs
Saving file as
HTML

.html
.htm
Changing title bar
text

<head><title
JR’s World
</head></title>
Changing
Background Color

Body bgcolor=green>
Changing
Head Size

HTML makes use of six levels


of “heading level” tag pair.
The smaller the heading
number, the larger the font
size.
Viewing the
source code

 All web browsers make it


possible for users to view the
source code of a certain web
page.
Viewing the
source code
For Google Chrome:
1. Click on “Customize and
control Google chrome”
button.
2. Click on Tools > View
Source Code.

Potrebbero piacerti anche