Page 56 - Code Craft Computer-8
P. 56
BODY{background-color:rgb(200,220,200)}
H1 {text-align: center; text-shadow: 3px 3px red;}
P{text-align:justify;}
</STYLE>
</HEAD>
<BODY>
<H1> MODEM </H1>
<P> Modem stands for modulator-demodulator. It is a computer device that serves as a
medium to exchange information between a computer and the Internet through telephone
lines. It converts the digital signals of a computer into an analog form, so that they can travel
over a telephone line to their destination. This process is called <b>modulation</b>. The
receiving modem converts the analog signals back to digital form. This process is called <b>
demodulation</b>.
<IMG src="C:\Users\Preeti\Desktop\2.jpeg" height=200 width=350 >
</BODY>
</HTML>
2. Type the following code in HTML and observe the result.
<HTML>
<HEAD>
<TITLE>
Inserting Images
</TITLE>
<STYLE type= "text/css">
BODY{background-color:rgb(200,220,200);}
H1 {text-align: center; text-shadow: 3px 3px red;}
P{text-align:justify;}
</STYLE>
</HEAD>
<BODY>
<H1> MODEM </H1>
<P> Modem stands for modulator-demodulator. It is a computer device that serves as a
medium to exchange information between a computer and the Internet through telephone
lines. It converts the digital signals of a computer into an analog form, so that they can travel
over a telephone line to their destination. This process is called <b>modulation</b>. The
receiving modem converts the analog signals back to digital form. This process is called <b>
demodulation</b>.
56
Computer-8

