File: texttable_title.html

package info (click to toggle)
xml2rfc 2.4.8-1
  • links: PTS
  • area: non-free
  • in suites: jessie, jessie-kfreebsd
  • size: 5,664 kB
  • ctags: 461
  • sloc: xml: 20,989; python: 4,566; makefile: 11; perl: 6
file content (43 lines) | stat: -rw-r--r-- 955 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
40
41
42
43
<div id="rfc.table.1"/>

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

<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>