Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the Document</title> <style> body { background-color: #1c87c9 !important; background-color: #ffcc00; } h2 { color: #8ebf42; } h2 { color: #eeeeee !important; } </style> </head> <body> <h2>W3docs</h2> <p> W3docs provides free learning materials for programming languages like HTML, CSS, Java Script, PHP, etc. </p> </body> </html>