Save
COMPUTER
3.4 Web Application
Save
Share
Learn
Content
Leaderboard
Learn
Created by
Frances Michaela
Visit profile
Cards (5)
Structural Tags:
<
!
doctype
>
<html>
</
html
>
<
head>
</
head
>
<
title
>
</
title
>
<
body
>
</
body
>
Formatting Tags:
<font>
tag is one of the most versatile tags in HTML5
Bold
: <b> Sample
Italic
: <i> Sample
Underline
: <u> Sample
Strikethrough
: <strike> Sample
Font Styles:
<center
> tag is used to align text in the center
<
em>
tag is used to render emphasized text
<
font color
=
“ “>
</
font
> is used to change the color of a few words or a section of text
Formatting
Tags
Continued
:
<font face =
“”
> </
font
> is used to show text in a
particular font
<
font
size =
“”
> </
font
> is used to change
text
size
<
font color
= “ “> </
font
> is used to change the color of a few words or a section of text
<hr> tag is used to put a horizontal line
Formatting
Text:
<
h1
><
font
>Welcome to
My Homepage
</
font
></
h1
>
<
h1
><font face = "
Arial
"
size
= "
7
"
color
= "
red
">
Welcome
to
My Homepage
</font></
h1
>