Body Left & Top Margins


Introduction

Have you ever had a time where you pasted an image in an HTML document, and expected it to be on the very left and touch the very top?
Well, did you notice that it left a bit of space above the image and the left of the image? Here's an example:



Those empty spaces surrounding the outside of the image are called margins. In this case, they're left and top margins.

The Code

Here's the code you add:



When that code has been added, look at the image now:
It no longer has margins, because you added "0" to the topmargin and leftmargin code. You can always adjust it however you like!



If this tutorial helped you in any way, a Link back is appreciated!

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
++Top++Refresh++Go Back++