Chrome
Cobalt
Monokai
Dreamweaver
Vibrant Ink
Answer
Submit
<!DOCTYPE html> <html lang="en"> <head> <title>Learn CSS</title> </head> <body> <h4>This is an h4 heading.</h4> <p>This is a sample paragraph. Paragraphs are used to display plain text on a webpage.</p> </body> </html>
h4 { margin-bottom: 100px; } p{ margin-top: 30px; }
//Javascript