1<!DOCTYPE html> 2<html> 3 <head></head> 4 <body> 5 <h3> 6 Table 1.5 7 </h3> 8 <div class="toc"> 9 <p> 10 <b>Table of contents</b> 11 </p> 12 <ul> 13 <li> 14 <a href="#table_tests.section1">Section 1</a> 15 </li> 16 </ul> 17 </div> 18 <div id="table_tests.table1" class="table"> 19 <table> 20 <caption>Table 1</caption> 21 <thead> 22 <tr> 23 <th> 24 <p> 25 Heading 26 </p> 27 </th> 28 </tr> 29 </thead> 30 <tbody> 31 <tr> 32 <td> 33 <p> 34 cell 35 </p> 36 </td> 37 </tr> 38 </tbody> 39 </table> 40 </div> 41 <div id="table_tests.table_2" class="table"> 42 <table> 43 <caption>Table 2</caption> 44 <thead> 45 <tr> 46 <th> 47 <p> 48 Heading 49 </p> 50 </th> 51 </tr> 52 </thead> 53 <tbody> 54 <tr> 55 <td> 56 <p> 57 cell 58 </p> 59 </td> 60 </tr> 61 </tbody> 62 </table> 63 </div> 64 <div class="informaltable"> 65 <table> 66 <thead> 67 <tr> 68 <th> 69 <p> 70 Heading 71 </p> 72 </th> 73 </tr> 74 </thead> 75 <tbody> 76 <tr> 77 <td> 78 <p> 79 cell 80 </p> 81 </td> 82 </tr> 83 </tbody> 84 </table> 85 </div> 86 <div id="table_tests.table4" class="informaltable"> 87 <table> 88 <thead> 89 <tr> 90 <th> 91 <p> 92 Heading 93 </p> 94 </th> 95 </tr> 96 </thead> 97 <tbody> 98 <tr> 99 <td> 100 <p> 101 cell 102 </p> 103 </td> 104 </tr> 105 </tbody> 106 </table> 107 </div> 108 <div id="table_tests._table5_" class="table"> 109 <table> 110 <caption>-table5-</caption> 111 <thead> 112 <tr> 113 <th> 114 <p> 115 Heading 116 </p> 117 </th> 118 </tr> 119 </thead> 120 <tbody> 121 <tr> 122 <td> 123 <p> 124 cell 125 </p> 126 </td> 127 </tr> 128 </tbody> 129 </table> 130 </div> 131 <div id="table_tests.title" class="table"> 132 <table> 133 <caption>Title</caption> 134 <thead> 135 <tr> 136 <th> 137 <p> 138 Heading 139 </p> 140 </th> 141 </tr> 142 </thead> 143 <tbody> 144 <tr> 145 <td> 146 <p> 147 cell 148 </p> 149 </td> 150 </tr> 151 </tbody> 152 </table> 153 </div> 154 <div id="table_tests.title0" class="table"> 155 <table> 156 <caption>Title</caption> 157 <thead> 158 <tr> 159 <th> 160 <p> 161 Heading 162 </p> 163 </th> 164 </tr> 165 </thead> 166 <tbody> 167 <tr> 168 <td> 169 <p> 170 cell 171 </p> 172 </td> 173 </tr> 174 </tbody> 175 </table> 176 </div> 177 <div id="table_tests.title_______containing_a_comment" class="table"> 178 <table> 179 <caption>Title [/ ] containing a comment</caption> 180 <thead> 181 <tr> 182 <th> 183 <p> 184 Heading 185 </p> 186 </th> 187 </tr> 188 </thead> 189 <tbody> 190 <tr> 191 <td> 192 <p> 193 cell 194 </p> 195 </td> 196 </tr> 197 </tbody> 198 </table> 199 </div> 200 <div id="table_tests.title1" class="table"> 201 <table> 202 <caption>Title</caption> 203 <thead> 204 <tr> 205 <th> 206 <p> 207 Heading 208 </p> 209 </th> 210 </tr> 211 </thead> 212 <tbody> 213 <tr> 214 <td> 215 <p> 216 cell 217 </p> 218 </td> 219 </tr> 220 </tbody> 221 </table> 222 </div> 223 <div id="table_tests.__title__" class="table"> 224 <table> 225 <caption>[[Title]]</caption> 226 <thead> 227 <tr> 228 <th> 229 <p> 230 Heading 231 </p> 232 </th> 233 </tr> 234 </thead> 235 <tbody> 236 <tr> 237 <td> 238 <p> 239 cell 240 </p> 241 </td> 242 </tr> 243 </tbody> 244 </table> 245 </div> 246 <div id="table_tests.section1"> 247 <h3> 248 Section 1 249 </h3> 250 <div id="table_tests.section1"> 251 <div id="table_tests.section1.table1" class="table"> 252 <table> 253 <caption>Table 1</caption> 254 <thead> 255 <tr> 256 <th> 257 <p> 258 Heading 259 </p> 260 </th> 261 </tr> 262 </thead> 263 <tbody> 264 <tr> 265 <td> 266 <p> 267 cell 268 </p> 269 </td> 270 </tr> 271 </tbody> 272 </table> 273 </div> 274 <div id="table_tests.section1.a___b" class="table"> 275 <table> 276 <caption>A & B</caption> 277 <thead> 278 <tr> 279 <th> 280 <p> 281 A 282 </p> 283 </th> 284 <th> 285 <p> 286 B 287 </p> 288 </th> 289 </tr> 290 </thead> 291 <tbody> 292 <tr> 293 <td> 294 <p> 295 a 296 </p> 297 </td> 298 <td> 299 <p> 300 b 301 </p> 302 </td> 303 </tr> 304 </tbody> 305 </table> 306 </div> 307 <div id="table_tests.section1.empty_table" class="table"> 308 <table> 309 <caption>Empty Table</caption> 310 <tbody> 311 </tbody> 312 </table> 313 </div> 314 <div id="table_tests.section1.table_with_an_empty_cell" class="table"> 315 <table> 316 <caption>Table with an empty cell</caption> 317 <tbody> 318 <tr> 319 <td> 320 <p> 321 x 322 </p> 323 </td> 324 </tr> 325 </tbody> 326 </table> 327 </div> 328 <div id="table_tests.section1.indentation" class="table"> 329 <table> 330 <caption>Indentation</caption> 331 <thead> 332 <tr> 333 <th> 334 <p> 335 Header 1. Paragraph 1 336 </p> 337 <p> 338 Header 1. Paragraph 2 339 </p> 340 </th> 341 <th> 342 <p> 343 Header 2 344 </p> 345 </th> 346 </tr> 347 </thead> 348 <tbody> 349 <tr> 350 <td> 351 <p> 352 Row 1. Cell 1. 353 </p> 354 </td> 355 <td> 356 <p> 357 Row 1. Cell 2. 358 </p> 359 <p> 360 Row 1. Cell 2. Paragraph 2. 361 </p> 362 </td> 363 </tr> 364 </tbody> 365 </table> 366 </div> 367 <div id="table_tests.section1.nested_tables" class="table"> 368 <table> 369 <caption>Nested Tables</caption> 370 <thead> 371 <tr> 372 <th> 373 <p> 374 Header 1 375 </p> 376 </th> 377 <th> 378 <p> 379 Header 2 380 </p> 381 </th> 382 </tr> 383 </thead> 384 <tbody> 385 <tr> 386 <td> 387 <div id="table_tests.section1.inner_table" class="table"> 388 <table> 389 <caption>Inner Table</caption> 390 <thead> 391 <tr> 392 <th> 393 <p> 394 1.1 395 </p> 396 </th> 397 <th> 398 <p> 399 1.2 400 </p> 401 </th> 402 </tr> 403 </thead> 404 <tbody> 405 <tr> 406 <td> 407 <p> 408 2.1 409 </p> 410 </td> 411 <td> 412 <p> 413 2.2 414 </p> 415 </td> 416 </tr> 417 </tbody> 418 </table> 419 </div> 420 </td> 421 </tr> 422 <tr> 423 <td> 424 <p> 425 Something. 426 </p> 427 </td> 428 </tr> 429 </tbody> 430 </table> 431 </div> 432 <span id="id1"></span> 433 <div id="table_tests.section1.table_with_anchors" class="table"> 434 <table> 435 <caption>Table with anchors</caption> 436 <thead> 437 <tr> 438 <th> 439 <p> 440 <span id="id2"></span>a<span id="id3"></span> 441 </p> 442 </th> 443 </tr> 444 </thead> 445 <tbody> 446 <tr> 447 <td> 448 <p> 449 b 450 </p> 451 </td> 452 </tr> 453 </tbody> 454 </table> 455 </div> 456 </div> 457 </div> 458 </body> 459</html> 460