Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> .container { background: rgba(170, 187, 97, 0.5); } </style> </head> <body> <div class="container">W3Docs</div> </body> </html>