Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> .blue { color: #1c87c9; } </style> </head> <body> <h2 class="blue">This is some heading.</h2> <p>The second paragraph.</p> <p class="blue">The third paragraph.</p> </body> </html>