go to
ForumEasy.com
Community Sandbox
Home
» Sandbox
Play your own code in the sandbox
Edit Your Code:
<html> <head> <style> /* edit or add your own CSS code here */ p { /* wanted | failover | generic */ font-family: "Lucida Console", "Courier New", monospace; } </style> </head> <body> <h2>CSS Color Example</h2> <p>This is a paragragh using the following fonts whatever is available in order: </p> <ul> <li style="font-family:'Lucida Console';">Lucida Console</li> <li style="font-family:'Courier New';">Courier New</li> <li style="font-family:monospace;">monospace</li> </ul> </body> </html>
Run »
Result Output:
Back
Powered by
ForumEasy
© 2003-2005, All Rights Reserved. |
Privacy Policy
|
Terms of Use
Get your own forum today. It's easy and free.