User:Gekacheka:scratch: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
<css>table.trial { border: 1px solid red; }</css>
<css>table.trial { border: 1px solid red; }</css>
<css><style type="text/css">table.trial td { border: 1px solid green; }</style></css>


<table class="trial">
<table class="trial">
Line 19: Line 21:
       goes on several lines</li>
       goes on several lines</li>
</ul>
</ul>
How does the PageCSS <css> tag work???

Revision as of 18:28, 5 November 2006

<css>table.trial { border: 1px solid red; }</css>

<css><style type="text/css">table.trial td { border: 1px solid green; }</style></css>

Col1 Col2
Row1 Data 1.1 Data 1.2
  • item 1
  • long item 2 that goes on several lines

How does the PageCSS <css> tag work???