Page 140 - COMPUTER
P. 140

 DIFFERENT TYPES OF BORDER & COLOR 


               <html>


               <title>different types of border & color</title>

               <head>

               <style>


               body{background-color: brown;}

               h1{border: double;}


               h1{color: white;}

               h1{background: red;}

               h2{border: dotted;}


               h2{color: pink;}

               h2{background: purple;}

               h3{background: green;}


               h3{border: ridge;}

               h3{color: yelloe;}

               h4{border: dashed;}


               h4{color:orange;}

               h4{background: blue}

               h5{border: inset;}


               h5{color: purpule;}

               h5{background: yellow;}

               h6{border: outset;}


               h6{color: white;}

               h6{background-color: black;}




                                                                                                                   139
   135   136   137   138   139   140   141   142   143   144   145