Test Page: Difference between revisions

From KB42
No edit summary
Tag: Manual revert
No edit summary
Line 12: Line 12:
|-
|-
|}
|}
<!DOCTYPE html>
<html>
<head>
    <title>Background Image in Table</title>
    <style>
        table {
            margin: auto;
        }
        table, tr td {
            border: 1px solid black;
        }
    </style>
</head>
<body>
    <table style="background-image: url('https://media.geeksforgeeks.org/wp-content/cdn-uploads/20190710102234/download3.png'); width: 400px; height: 200px;">
        <tr>
            <td>Cell 1</td>
            <td>Cell 2</td>
        </tr>
        <tr>
            <td>Cell 3</td>
            <td>Cell 4</td>
        </tr>
        <tr>
            <td>Cell 3</td>
            <td>Cell 4</td>
        </tr>
        <tr>
            <td>Cell 3</td>
            <td>Cell 4</td>
        </tr>
    </table>
</body>
</html>

Revision as of 18:09, 19 July 2025

Test Page
Friday, May 15, 2026, 0943 (UTC)

style="background-image: url('https://kb42.info/images/5/59/Header_Abductions.png')"


Caption text
Header text Header text Header text
Example Example Example
Example Example Example
Example Example Example
Template:Page description


<!DOCTYPE html> Background Image in Table

Cell 1 Cell 2
Cell 3 Cell 4
Cell 3 Cell 4
Cell 3 Cell 4