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 */ table td { color: green; } tr > td { text-decoration: line-through; } table + p { background-color: red; } </style> </head> <body> <h2>CSS Syntax Example</h2> <p>This is the paragragh before the table. </p> <table> <tr> <td>The first table cell</td> <td>The second table cell</td> </tr> </table> <p>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.