1<!DOCTYPE html> 2<html> 3 <head></head> 4 <body> 5 <h3> 6 Table 1.6 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 class="informaltable"> 224 <table> 225 <thead> 226 <tr> 227 <th> 228 <p> 229 Heading 230 </p> 231 </th> 232 </tr> 233 </thead> 234 <tbody> 235 <tr> 236 <td> 237 <p> 238 Cell 1 239 </p> 240 </td> 241 </tr> 242 <tr> 243 <td> 244 <p> 245 Cell 2 246 </p> 247 </td> 248 </tr> 249 </tbody> 250 </table> 251 </div> 252 <div id="table_tests.title_on_multiple_lines_with_bol" class="table"> 253 <table> 254 <caption>Title on multiple lines with <span class="bold"><strong>bold</strong></span> 255 text?</caption> 256 <thead> 257 <tr> 258 <th> 259 <p> 260 Heading 261 </p> 262 </th> 263 </tr> 264 </thead> 265 <tbody> 266 <tr> 267 <td> 268 <p> 269 Cell 1 270 </p> 271 </td> 272 </tr> 273 <tr> 274 <td> 275 <p> 276 Cell 2 277 </p> 278 </td> 279 </tr> 280 </tbody> 281 </table> 282 </div> 283 <div id="table_tests.section1"> 284 <h3> 285 Section 1 286 </h3> 287 <div id="table_tests.section1"> 288 <div id="table_tests.section1.table1" class="table"> 289 <table> 290 <caption>Table 1</caption> 291 <thead> 292 <tr> 293 <th> 294 <p> 295 Heading 296 </p> 297 </th> 298 </tr> 299 </thead> 300 <tbody> 301 <tr> 302 <td> 303 <p> 304 cell 305 </p> 306 </td> 307 </tr> 308 </tbody> 309 </table> 310 </div> 311 <div id="table_tests.section1.a_b" class="table"> 312 <table> 313 <caption>A & B</caption> 314 <thead> 315 <tr> 316 <th> 317 <p> 318 A 319 </p> 320 </th> 321 <th> 322 <p> 323 B 324 </p> 325 </th> 326 </tr> 327 </thead> 328 <tbody> 329 <tr> 330 <td> 331 <p> 332 a 333 </p> 334 </td> 335 <td> 336 <p> 337 b 338 </p> 339 </td> 340 </tr> 341 </tbody> 342 </table> 343 </div> 344 <div id="table_tests.section1.empty_table" class="table"> 345 <table> 346 <caption>Empty Table</caption> 347 <tbody> 348 </tbody> 349 </table> 350 </div> 351 <div id="table_tests.section1.table_with_an_empty_cell" class="table"> 352 <table> 353 <caption>Table with an empty cell</caption> 354 <tbody> 355 <tr> 356 <td> 357 <p> 358 x 359 </p> 360 </td> 361 </tr> 362 </tbody> 363 </table> 364 </div> 365 <div id="table_tests.section1.indentation" class="table"> 366 <table> 367 <caption>Indentation</caption> 368 <thead> 369 <tr> 370 <th> 371 <p> 372 Header 1. Paragraph 1 373 </p> 374 <p> 375 Header 1. Paragraph 2 376 </p> 377 </th> 378 <th> 379 <p> 380 Header 2 381 </p> 382 </th> 383 </tr> 384 </thead> 385 <tbody> 386 <tr> 387 <td> 388 <p> 389 Row 1. Cell 1. 390 </p> 391 </td> 392 <td> 393 <p> 394 Row 1. Cell 2. 395 </p> 396 <p> 397 Row 1. Cell 2. Paragraph 2. 398 </p> 399 </td> 400 </tr> 401 </tbody> 402 </table> 403 </div> 404 <div id="table_tests.section1.nested_tables" class="table"> 405 <table> 406 <caption>Nested Tables</caption> 407 <thead> 408 <tr> 409 <th> 410 <p> 411 Header 1 412 </p> 413 </th> 414 <th> 415 <p> 416 Header 2 417 </p> 418 </th> 419 </tr> 420 </thead> 421 <tbody> 422 <tr> 423 <td> 424 <div id="table_tests.section1.inner_table" class="table"> 425 <table> 426 <caption>Inner Table</caption> 427 <thead> 428 <tr> 429 <th> 430 <p> 431 1.1 432 </p> 433 </th> 434 <th> 435 <p> 436 1.2 437 </p> 438 </th> 439 </tr> 440 </thead> 441 <tbody> 442 <tr> 443 <td> 444 <p> 445 2.1 446 </p> 447 </td> 448 <td> 449 <p> 450 2.2 451 </p> 452 </td> 453 </tr> 454 </tbody> 455 </table> 456 </div> 457 </td> 458 </tr> 459 <tr> 460 <td> 461 <p> 462 Something. 463 </p> 464 </td> 465 </tr> 466 </tbody> 467 </table> 468 </div> 469 <span id="id1"></span> 470 <div id="table_tests.section1.table_with_anchors" class="table"> 471 <table> 472 <caption>Table with anchors</caption> 473 <thead> 474 <tr> 475 <th> 476 <p> 477 <span id="id2"></span>a<span id="id3"></span> 478 </p> 479 </th> 480 </tr> 481 </thead> 482 <tbody> 483 <tr> 484 <td> 485 <p> 486 b 487 </p> 488 </td> 489 </tr> 490 </tbody> 491 </table> 492 </div> 493 </div> 494 </div> 495 </body> 496</html> 497