Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> span { color: green; } </style> </head> <body> <div> <span>Example</span> for you. </div> </body> </html>