1
2
3
4
Elements
of a
Webpage 5
back
6
Title
•It displays the browsers name.
•It is the name assigned to the
page if you add it to the
browsers list of favorites.
•<title> HTML TAGS </title>
7
8
Heading
9
10
11
Heading
•A larger font size text, usually
bold or italic in style showing
the different sections of a
page.
•<head>
12
Attributes of heading
•<head> text
</head>
•<h1> , <h2>, <h3>
<h4>, <h5>, <h6>back 13
24
18
14
12
10
7
14
Horizontal
Rule
15
16
Horizontal Rule
• inline images that display lines across
the page to separate different
sections.
• This is used to separate major area of
your web page.
• Doesn’t have a closing tag (empty
tag) 17
Attributes for HR
*Width = n - for fixed pixel width
*Width = n% - for certain percentage of the
screen wide
Size = n - fixed pixel amount thick
< hr width = 60% size 1 >
... size 3
... size 8
... size 15
*Noshade - turn the line’s shading off
18
Occupies 50 pixels
Occupies 50% of the
screen
19
Image
• graphics, icons, bullets,
line photos, or pictures
that are not part of the
html file.
•< img location>
20
back
21
Image Map
22
23
back
24
Image Map
• A type of inline image that
defines hotspots.
•These are areas that activate
functions when selected.
25
Animated Image
26
Moving images
27
Animated Image
• inline images that include
motion and animation
These images are more
attractive to the user.
•<img location.gif>
28
Normal Text
• the text that makes the main
content of the web page
•It has many formats. It can be in
paragraph form or bulleted list.
•<body>
29
30
31
back
32
Background
33
34
35
back
36
Background
• the wall paper of the web
page
•It can be solid color, a picture
or a graphics, or a default
standard with white or gray
background.
37
Attributes for background
• <body bgcolor= “blue”
•<body
background=“location of
the image”>
38
Body
39
back
40
Body
• contains the information
of the browser window.
•<body>
41
Links
• text, phrases, or graphics that
help the user to navigate more on
the Web page
• By clicking the links, the browser
goes to a location in a file or to
request a file from the server.
• <A location>
42
43
back
44
Thank you
for your
participatio
45