How to use text attributes?
USE OF TEXT ALIGN AND TEXT INDENT
<html>
<head>
<title>Text Attributes</title>
<style text="text/css">
h1{
font-family:arial;
font-size:26pt;
text-decoration:blink;
color:red;
}
p{
font-size:12pt;
font-style:normal;
font-weight:bold;
color:#23238e;
text-align:justify;
text-indent:.5in;
}
</style>
</head>
<body>
<h1>Web Designer And Devlopment</h1><b><u>without text align,first line indent</u></b>
<p>
Most communication satellite have multiple, independent reception and transmission devices known as transponder. In a commercial communication satellite, a single transponder is usually capable of handling a full -color, commercial television transmission,complete with audio. Transponders for data transmission may be even larger. some firms that market satellite communication service own a satellite. Others lease a portion of a satellite and provide transmission facilities in smaller units to ultimate users. The security in satellite transmission is usually provided by the coding and decoding equipment. Satellite Communication has a number of advantages:
</p>
<b><u>with text align(justify),first line indent</u></b>
<h3>
Most communication satellite have multiple, independent reception and transmission devices known as transponder. In a commercial communication satellite, a single transponder is usually capable of handling a full -color, commercial television transmission,complete with audio. Transponders for data transmission may be even larger. some firms that market satellite communication service own a satellite. Others lease a portion of a satellite and provide transmission facilities in smaller units to ultimate users. The security in satellite transmission is usually provided by the coding and decoding equipment. Satellite Communication has a number of advantages:
</h3>
</body>
</html>
Comments
Post a Comment