Chrome
Cobalt
Monokai
Dreamweaver
Vibrant Ink
Answer
Submit
<!DOCTYPE html> <html lang="en"> <head> <title>Learn CSS</title> </head> <body> <div><h1>This is a div with a sample text.</h1></div> </body> </html>
div { width:300px; margin: auto; border: 1px solid red; }
//Javascript