'margin-bottom' Example
<html> <head> </head> <body> <p>The following image has a bottom margin of 3mm.</p> <img src="http://www.java2s.com/style/logo.png" height="50" width="50" style="margin-bottom='3mm'"> </body> </html>