Probably a really dumb question, but, if I make a simple page like this:
<html>
<body>
<img src="http://4.bp.blogspot.com/_Pz8Gm0-zlrU/S8NOCkLAzQI/AAAAAAAAAAc/d8vXcPvbAlE/s1600/Seal_cub_1280x800.jpg">
</body>
</html>
The image has a border at the top and left. Even if I set body { border-width: 0px } and img {border: 0px} in css. How do I get rid of it? What else needs to be zero?
*is a universal selector.