3.1、【wnyxy001】作业提交 - 已锁定

wnyxy001   ·   发表于 2018-07-10 23:19:40   ·   CTF&WP专版
3.1、HTML-编写简单的自我介绍网站

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

    <title>自我介绍</title>

    <meta charset="utf-8">

   <meta name="description" content="掌控安全web微专业">

    <meta name="keywords" content="掌控安全">

    <link href="http://g.alicdn.com/sj/dpl/1.5.1/css/sui.min.css" rel="stylesheet" />

    <style>

        .center

        {

            text-align: center;

        }

    </style>

</head>

<body>

    <div style="height: 50px;" class="center">

        <h1>

            网页个人简介</h1>

    </div>

    <div>

        <table class="sui-table table-bordered">

            <tbody>

                <tr>

                    <th class="center">

                        姓名

                    </th>

                    <th class="center">

                        性别

                    </th>

                    <th class="center">

                        兴趣

                    </th>

                    <th class="center">

                        爱好

                    </th>

                </tr>

                <tr>

                    <td>

                        wnyxy001

                    </td>

                    <td>

                        男

                    </td>

                    <td>

                        兴趣女

                    </td>

                    <td>

                        爱好女

                    </td>

                </tr>

            </tbody>

        </table>

    </div>

</body>

</html>


打赏我,让我更有动力~

1 条回复   |  直到 2018-7-11 | 1215 次浏览

Track-方丈
发表于 2018-7-11

通过,金币奖励已发放。

评论列表

  • 加载数据中...

编写评论内容
登录后才可发表内容
返回顶部 投诉反馈

© 2016 - 2024 掌控者 All Rights Reserved.