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 */ .blue_underline { color: blue; text-decoration: underline; } </style> </head> <body> <h2>CSS Syntax Example</h2> <p class='blue_underline'>This is the paragragh before the table. </p> <table> <tr> <td>The first table cell</td> <td class='blue_underline'>The second table cell</td> </tr> </table> <p class='blue_underline'>This is the paragragh immediately after the table. </p> <p>This is another paragragh. </p> </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.