2023. 11. 7. 18:28
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <style>
        table {
            width: 600px;
        }
        th, td {
            vertical-align: top;
        }
        h3 {
            padding: 0;
            margin: 0;
        }
    </style>
</head>
<body>
    <h1>THE HYPE BOx</h1>
    <h4>Can't-miss news and updates from accross the Mavel Universe!</h4>
    <table>
        <tr>
            <td><img src="marvel1.png" alt=""></td>
            <td>
                <h3>TV Shows</h3>
                <p>'Loki': Designing O.B's New Wrokspace in Episode 5</p>
            </td>
        </tr>
        <tr>
            <td><img src="marvel2.png" alt=""></td>
            <td>
                <h3>Podcasts</h3>
                <p>The 'Women of Marvel' Guide to Carol Danvers. AKA Captain Marvel</p>
            </td>
        </tr>
        <tr>
            <td><img src="marvel3.png" alt=""></td>
            <td>
                <h3>Comics</h3>
                <p>Kieron Gillen and Luca Maresca's 'X-Men: Forever' Unravels the Final Mysteries of the Krakoa Era</p>
            </td>
        </tr>
    </table>
</body>
</html>

'html,css' 카테고리의 다른 글

iframe  (0) 2023.11.09
table colgroup  (0) 2023.11.07
11/02, 7~9  (0) 2023.11.02
FullStack 상세화면/수정/삭제  (0) 2023.07.22
Fullstack 자동차 브랜드 검색  (1) 2023.07.19
Posted by 다만사