Chrome
Cobalt
Monokai
Dreamweaver
Vibrant Ink
Answer
Submit
<!DOCTYPE html> <html> <head> </head> <body> <pre> Hello Lets change pre tags default font!! </pre> </body> </html>
pre { font-family: Arial; color: #808000; margin: 10px; }
//Javascript