-->

Saturday, June 29, 2019

what is division attribute ?

                             Division Attribute

  1. <html>
  2. <head>
  3. <style>
  4. div
  5. {background : red;height:300; width:300;}
  6. </style>
  7. </head>
  8. <body>
  9. <div>
  10. </div>
  11. <div style="border:red; width:500;> </div> </body> </html>
  12. </div>
  13. </body>
  14. </html>
    Division attribute
    Division attribute


0 Comments:

Post a Comment