Posts

Showing posts from February, 2023
< html lang = "en" > < head >     < style >         body {             background-color : aqua ;             border : 200px ;             border-bottom : #000000 ;         }         table {             text-align : left ;             border : 200 px;             border-color : #ff0000 ;         }         td ,         th {             border : 1 px solid white ;             border-radius : 0px ;             border-bottom : #ff0000 ;         }         table th ,         td {           ...