Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE HTML> <html> <head> <style> h1:before { content: '\003C'; color: #1c87c9; } h1:after { content: '\003E'; color: #1c87c9; } h1 { color: #1c87c9; } </style> </head> <body> <h1>W3Docs</h1> </body> </html>