File:HTML5 table using some HTML elements not supported by MediaWiki.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file (1,101 × 508 pixels, file size: 35 KB, MIME type: image/png)

Captions

Captions

HTML5 table using some HTML elements not supported by MediaWiki

Summary

[edit]
Description
English: HTML5 table using some HTML elements not supported by MediaWiki.
Date
Source Own work
Author Timeshifter

Licensing

[edit]
I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

HTML5 table code:

<table border=1 style=border-collapse:collapse>
  <caption>HTML5 table</caption>
  <colgroup>
    <col span=2 style=background-color:red>
    <col style=background-color:yellow>
  </colgroup>
  <thead>
    <tr>
      <th>Column A</th>
      <th>Column B</th>
      <th>Column C</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Cell A2</td>
      <td>Cell B2</td>
      <td>Cell C2</td>
    </tr>
    <tr>
      <td>Cell A3</td>
      <td>Cell B3</td>
      <td>Cell C3</td>
    </tr>
  </tbody>
  <tfoot style="background-color:blue; color:white;">
    <tr>
      <td>Cell A4</td>
      <td>Cell B4</td>
      <td>Cell C4</td>
    </tr>
  </tfoot>
</table>

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current02:17, 18 August 2023Thumbnail for version as of 02:17, 18 August 20231,101 × 508 (35 KB)Timeshifter (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file: