Page 97 - COMPUTER
P. 97
TEXT FORMATTING 2
<Html>
<Head>
<Title>Text Formatting 2</Title>
</Head>
<Body Bgcolor="Lightgreen" Text="Orange">
This Tag Use For Simple Horizontal Line<Hr>
This Tag Use For Horizontal Line Height<Hr Size="10px">
This Tag Use For Horizontal Line Width<Hr Width="120px">
This Tag Use For Horizontal Line Color<Hr Color="Red">
<P Align="Right">This Tag Use For Text Alignment Right</P>
<P Align="Right">This Tag Use For Horizontal Line Right Alignment</P>
<Hr Align="Right" Width="300px">
<P Align="Center">This Tag Use For Horizontal Line Center Alignment</P>
<Hr Align="Center" Width="300px">
<P Align="Left">This Tag Use For Horizontal Line Left Alignment</P>
<Hr Align="Left" Width="300px">
This Tag Use For Noshade Horizonatal Line
<Hr Size="12px" Width="300px" Noshade>
<P>This Tag Use For Paragraph<Br />
Computer Is An Electronic Device. That Manipulate Information Or Data.</P><P>We
Can Create Or Edit Documents</P>
</Body>
</Html>
96