Page 136 - COMPUTER
P. 136

 FONT,SIZE, COLOR, BACKGROUND/


                       TEXT DECORATION, TRANSFORMATION / CURSOR 


               <html>


               <title>FONT,SIZE,COLOR,BACKGROUND/ TEXT DECORATION, TRANSFORMATION /
               CURSOR</title>

               <head>

               <style>


               h1{text-align: left;}

               h1{text-decoration: underline;}

               h1{font-family: arail;}


               h1{font-size: 40;}

               h1{cursor: wait;}

               h1{text-transform: uppercase;}


               h1{color: pink;}

               h1{background-color: purple;}

               h2{text-align: center;}


               h2{text-decoration: overline;}

               h2{font-family: newroman;}


               h2{font-size: 30;}

               h2{cursor: help;}

               h2{text-transform:lowercase;}


               h2{color: red;}

               h2{background-color: blue;}

               h3{text-align: right;}




                                                                                                                   135
   131   132   133   134   135   136   137   138   139   140   141