Answers for "is whitespace and space the same"

CSS
0

why is there whitespace on the top

* {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
    }
Posted by: Guest on August-21-2021
-5

what is whitespace

Whitespace is empty space (without any visual representation)
 on screen. Examples of whitespace characters include 
 space characters, tabs, and line break characters.
Posted by: Guest on April-02-2020

Code answers related to "is whitespace and space the same"

Browse Popular Code Answers by Language