HTML 11

Description

IT show a sample paragraph that show how to aligned it by justify.

Source Code

html11 <HTML>
<HEAD>
<TITLE>HTM11. IT Learning</TITLE>
</HEAD>

<BODY>
<H3 ALIGN=center>Visual Guide to Learning Computers</H3>
<P ALIGN=justify>Visual Guide to Fundamentals of Computers is the latest and up to date educational tool in studying computers. It is presented with full illustration for the students to easily understand the technology that they are studying.</P>
</BODY>

</HTML>

Output

HTM11. IT Learning

Visual Guide to Learning Computers

Visual Guide to Fundamentals of Computers is the latest and up to date educational tool in studying computers. It is presented with full illustration for the students to easily understand the technology that they are studying.