Prev Demo
CSS3
>
After
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <style> b::after { content: " - The Founder of"; } h3::after { color: green; content: "- The CEO of SNIT Funda Service LLP"; } </style> <b>Sheo Narayan</b> <ul> <li>DotNetFunda.com</li> <li>ITFunda.com</li> <li>TechFunda.com</li> <li>KidsFunda.com</li> <li>FarmingFunda.com</li> <li>FundooVideo.com</li> </ul> <h3>S Narayan</h3> </body> </html>
Note: We DO NOT save your trial code in our database.
Output