File: texttable_title.html

package info (click to toggle)
xml2rfc 3.23.0-1
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid, trixie
  • size: 14,624 kB
  • sloc: xml: 80,545; python: 14,738; javascript: 167; sh: 9; makefile: 9
file content (39 lines) | stat: -rw-r--r-- 821 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<div id="rfc.table.1"></div>

<div id="success-2xx"></div>

<table cellpadding="3" cellspacing="0" class="tt full center">
<caption>Success (2xx)</caption>
<thead><tr>
<th class="left">Code</th>
<th class="left">Meaning</th>
</tr></thead>
<tbody>
<tr>
<td class="left">200</td>
<td class="left">Success</td>
</tr>
<tr>
<td class="left">201</td>
<td class="left">Success with some optional header fields ignored</td>
</tr>
</tbody>
</table>

<table cellpadding="3" cellspacing="0" class="tt full center">
<caption>Success (2xx)</caption>
<thead><tr>
<th class="left">Code</th>
<th class="left">Meaning</th>
</tr></thead>
<tbody>
<tr>
<td class="left">200</td>
<td class="left">Success</td>
</tr>
<tr>
<td class="left">201</td>
<td class="left">Success with some optional header fields ignored</td>
</tr>
</tbody>
</table>