HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> p{ margin-top: 50px; } </style> </head> <body> <h1>CSS margin-top Property</h1> <p>This paragraph is 50px below the heading (h1).</p> </body> </html>
OUTPUT
×

Save as Private