You are on page 1of 10

Structure of HTML

<html>
<head><title>Index</title></head>
<body> Here type your information or
document that you want to look on the Web
page.
</body>
</html>
<b> Hyper Text Markup Language </b>
Hyper Text Markup Language
Use of Italic (<I>) Tag.
<i> Hyper Text Markup Language </i>
Hyper Text Markup Language
<u> Hyper Text Markup Language </u>
Hyper Text Markup Language
<Body text=“blue”>
BEFORE : Hyper Text Markup Language
AFTER: Hyper Text Markup Language
To change the font colour

<font color=“green”>
As: Hyper Text <font color=“green”>Markup Language.
Hyper Text Markup Language
Note: Here default colour of the text is BLUE as we had
done before.
<font face=“Arial”> This is in Arial
Font</font>
This is in Arial Font.
<font size=“14”>This is in size 14</font>
Before: This is in normal form.
After: This is in size 10.

You might also like