101
edits
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> | <css><style type="text/css">table.trial td { border: 1px solid green; }</style></css> | ||
| Line 5: | Line 5: | ||
<table class="trial"> | <table class="trial"> | ||
<tr> | <tr> | ||
<th/> | <th></th> | ||
<th>Col1</th> | <th>Col1</th> | ||
<th>Col2</th> | <th>Col2</th> | ||
| Line 16: | Line 16: | ||
</table> | </table> | ||
How is the PageCSS <css> tag supposed to work? | |||
How | |||
edits