Add a real table in samples

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@232638 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2005-08-14 20:27:44 +00:00
parent ae119ea551
commit 5b65db3fd2
2 changed files with 38 additions and 2 deletions

View File

@@ -26,9 +26,27 @@
<body>
<section name="Section 1">
<p>This is section 1.</p>
<p>A table</p>
<table>
<tr>
<td>This is a table</td>
<th>Title A</th>
<th>Title B</th>
<th>Title C</th>
</tr>
<tr>
<td>A1</td>
<td>B1</td>
<td>C1</td>
</tr>
<tr>
<td>A2</td>
<td>B2</td>
<td>C2</td>
</tr>
<tr>
<td>A3</td>
<td>B3</td>
<td>C3</td>
</tr>
</table>
<ul>

View File

@@ -26,9 +26,27 @@
<body>
<section name="Section 1">
<p>This is section 1.</p>
<p>A table :</p>
<table>
<tr>
<td>This is a table</td>
<th>Title A</th>
<th>Title B</th>
<th>Title C</th>
</tr>
<tr>
<td>A1</td>
<td>B1</td>
<td>C1</td>
</tr>
<tr>
<td>A2</td>
<td>B2</td>
<td>C2</td>
</tr>
<tr>
<td>A3</td>
<td>B3</td>
<td>C3</td>
</tr>
</table>
<ul>