Chrome
Cobalt
Monokai
Dreamweaver
Vibrant Ink
Answer
Submit
<!DOCTYPE html> <html> <head> <title> Id Attribute </title> </head> <body> <div id="myformat"> This is a document for HTML IDs </div> </body> </html>
#myformat { text-align: center; background-color: SaddleBrown; font-size: 30px; color: white; }
//Javascript