Answers for "css how to rid border from th"

CSS
2

remove border css

border: none;
Posted by: Guest on January-28-2021
2

how to get rid how white border on html page

<html>  
<head>  
    <style type="text/css">  
        body { margin:0; }  
    </style>  
</head>  
<body>  
    Hello World!!!  
</body>  
</html> 
Posted by: Guest on February-17-2020

Browse Popular Code Answers by Language