Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to remove the top white space of your web page using css?



How to remove the top white space of your web page using css?..

Answer / Alok Mehta

To remove the top white space of a webpage, you can add `margin: 0;` or `padding: 0;` to the `body` selector. For example:
```css
body {
margin: 0; /* removes all margins */
padding: 0; /* removes all paddings */
}
```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CSS Cascading Style Sheets Interview Questions

What is the difference between html and css?

1 Answers  


What are the differences between relative and absolute in css?

1 Answers  


How do I change font in css?

1 Answers  


Explain the concept of specificity in css.

1 Answers  


Which characters can css-names contain?

1 Answers  


What are properties of style sheet ?

1 Answers  


What is block formatting context? How does it work?

1 Answers  


What is a preprocessor what are the advantage of preprocessor?

1 Answers  


What is the fee of css?

1 Answers  


What does plus sign mean in css?

1 Answers  


Describe Internal CSS with it's Syntax?

1 Answers   HCL,


What are the associated border-radius properties?

1 Answers  


Categories