File: table

package info (click to toggle)
picolisp 25.12-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 7,388 kB
  • sloc: ansic: 3,092; javascript: 1,004; makefile: 107; sh: 2
file content (9 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
<table¦(and ATTR (htStyle @))¦>
<caption>¦(run PRG)¦</caption>
<tr>
<th¦(and ATTR (htStyle @))¦>¦(run PRG)¦</th>
</tr>
<tr>
<td¦(and ATTR (htStyle @))¦>¦(run PRG)¦</td>
</tr>
</table>