You've already forked lazarus-ccr
fpvviewer: html table example
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3944 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
30
applications/fpvviewer/examples_files/html/table_1.html
Normal file
30
applications/fpvviewer/examples_files/html/table_1.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fi">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Page Title</title>
|
||||
<link rel="stylesheet" type="text/css" href="tulokset.css" />
|
||||
</head>
|
||||
<body>
|
||||
<br />
|
||||
<table>
|
||||
<caption>Table 1: </caption>
|
||||
<tbody>
|
||||
<tr><th>1.</th> <td>John Smith </td> <td> 59.01</td></tr>
|
||||
<tr><th>2.</th> <td>Jack Bauer </td> <td> 1.01.02</td></tr>
|
||||
<tr><th>3.</th> <td>Christoper Columbus </td> <td> 1.02.12</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<br />
|
||||
<br />
|
||||
<table>
|
||||
<caption>Table 2: </caption>
|
||||
<tbody>
|
||||
<tr><th>1.</th> <td>Leonardo Da Vinci </td> <td> 11.10</td></tr>
|
||||
<tr><th>2.</th> <td>Richart Lionheart </td> <td> 13.13</td></tr>
|
||||
<tr><th>3.</th> <td>Lisa Simpson </td> <td> 13.53</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<br />
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user