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

Save as Private