HTML
HTML
PART 2
LESSON PLAN
Making Lines
Insert Picture
Insert background
FROM HTML TO WEB PAGE
3
LESSON PLAN
Insert Alignment
Example:
<hr width=“50%”>
Making Line
Making Line
Insert Picture
<body bgcolor=“#00ffff”>
<body background=“graphicname.jpg”>
Insert Body Color
<html>
<head>
<title>Insert body color</title>
</head>
<body>
<body bgcolor=“#ff0000">
</body>
</html>
Insert Body Color
Insert Background
<html>
<head>
<title>Insert body background</title>
</head>
<body>
<body background="flower.jpg">
</body>
</html>
Insert Background
Insert Color Background: HTML Code
Insert Color Background: Web Page
Insert Image Background: HTML Code
Insert Image Background: Web Page
Insert Alignment
Alignment Text
Attributes Alignment
<right>
<left>
Insert Alignment: HTML Code
<html>
<head><title>Insert Alignment</title></head>
<body>
<h3 align="right">HTML</h3>
<p align="right">practice, practice, practice</p>
</body>
</html>
Alignment: Web Page
Insert Alignment: HTML Code
<html>
<head><title>Insert Alignment</title></head>
<body>
<h3 align=“left">HTML</h3>
<p align=“left">practice, practice, practice</p>
</body>
</html>
Alignment: Web Page
Alignment: HTML Code
Alignment: Web Page
Insert Alignment With Graphic: HTML Code
Insert Alignment With Graphic: Web Page
Insert Alignment With Graphic: HTML Code
Insert Alignment With Graphic: Web Page
Insert Alignment Graphic With Attribute: HTML Code
Insert Alignment, Graphic with Attribute: Web Page
41
THANK YOU
PRACTICE…PRACTICE..PRACTICE..
I KNOW YOU CAN DO IT