Answers for "how to get rid how white border on html page"

1

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

Code answers related to "how to get rid how white border on html page"

Browse Popular Code Answers by Language