<!DOCTYPE html> <html> <head> <style> div{ width:600px; height:400px; border:1px solid red; margin-bottom:100px; } </style> </head> <body> <div> The margin bottom of the div element is 100px. </div> </body> </html>
Run
×
Share