La Consolacion College - Liloan, Inc.
Home About Content Others
Learning HTML
presented by: MIguel I. Flores
<html> - Computer 8 - </html>
La Consolacion College - Liloan, Inc. Home About Content Others
Learning
Objectives
► I can know how to view source
code
► I can to identify each parts of
HTML
► I can modify the title bar text,
background color and head size.
<html> - Computer 8 - </html>
La Consolacion College - Liloan, Home About Content Others
Inc.
HTML
Stands for Hypertext Markup
Language It is the language used
to create webpages. It has two
major parts: the head and the
body.
HEAD
contains basic information about
the web page or document like the
HTML 5 document title.
BODY
includes the subject mater of the
document.
Wardiere, Inc. - Computer 8 - Presentation 2024
Wardiere, Inc. Home About Content Others
To view the source code using
VIEWING THE Google Chrome Browser, follow
SOURCE this instruction:
CODE 1. Right Click on mouse.
2. Click on Tools > View Page Source. or
Ctrl+U for the shortcut
All web browsers make it possible
for users to view the source code of
a certain web page.
Wardiere, Inc. - Computer - Presentation 2024
Wardiere, Inc. Home About Content Others
IDENTIFYING THE PARTS OF AN HTML
Wardiere, Inc. - Computer - Presentation 2024
Wardiere, Inc. Home About Content Others
CHANGING TITLE BAR
TEXT
To change the text in title bar, type in
between the tags <title> and </title>.
Wardiere, Inc. - Computer - Presentation 2024
Wardiere, Inc. Home About Content Others
CHANGING BACKGROUND COLOR
Within the <body> tag, you can set the color of
the background by typing using the background
color bgcolor like this <body
bgcolor=”#FFFFFF”>. The hexadecimal number
“#FFFFFF” represent the color white.
Wardiere, Inc. - Computer - Presentation 2024
Wardiere, Inc. Home About Content Others
CHANGING HEADING
SIZE
HTML makes use of six levels of
“heading level” tag pair. The
smaller the heading number,
the larger the print size.
Wardiere, Inc. - Computer - Presentation 2024
Wardiere, Inc. Home About Content Others
THANK
YOU!!!
Wardiere, Inc. - Computer - Presentation 2024