HTML基础作业

原创 2018-11-22 15:29:25 225
摘要:<!DOCTYPE><html>    <head>     <meta charset="utf-8">         <title>html常用属性的作业</title>       

<!DOCTYPE>

<html>

    <head>

    <meta charset="utf-8">

        <title>html常用属性的作业</title>

        <link rel="shortcun icon" type="image/icon" href="images/003.jpg">     

        <link rel="stylesheet" type="text/css" href="css/002.css">

        <style>

            p{text-indent:2em;font-size:20px; height:30px; line-height:25px;}

        a{text-decoration:none; color:blue;}

        a:hover{text-decoration:underline; color:red;}

        ul li{list-style:none; width:200px; height:100px; border:1px solid black; margin:2px 0px; text-align:center; line-height:100px;}

        ul li:before{content:url(images/头像.jpg); margin-right:3px;}

        div{width:1000px; height:1000px; background:yellow;}

        table{border:1px solid black; border-collapse:collapse;}

        tr td{width:100px; height:40px; border:1px solid black;}

        tr th{width:100px; height:60px; border:1px solid black;}

        </style>

    </head>

    <body>

    <a href="top">页面顶部</a>

    <h1 style="text-align:center; color:red; background:pink; line-height:75px;">灭绝老师肯定很漂亮</h1>

    <p>灭绝老师声音很好听!灭绝老师声音很好听!灭绝老师声音很好听!灭绝老师声音很好听!灭绝老师声音很好听!灭绝老师声音很好听!灭绝老师声音很好听!灭绝老师声音很好听!灭绝老师声音很好听!灭绝老师声音很好听!灭绝老师声音很好听!灭绝老师声音很好听!灭绝老师声音很好听!</p>

    <p style="color:purple;font-weight:bold;">灭绝老师在这里上课

    <a href="www.php.cn">PHP中文网</a><img src="images/002.jpg">

    </p>

        <ul>

        <li>玉女心经第一章</li>

        <li>玉女心经第二章</li>

        <li>玉女心经第三章</li>

        </ul>

        <div>

        <table>

        <tr>

        <th colspan="6">课程表</th>

        </tr>

        <tr>

        <td>科目</td>

        <td>html基础</td>

        <td>html标签</td>

        <td>html属性</td>

        <td>css基础</td>

        <td>css样式控制</td>

        </tr>

        <tr>

        <td rowspan="3">时间</td>

        <td>8:00-9:00</td>

        <td>9:00-10:00</td>

        <td>10:00-11:00</td>

        <td>11:00-12:00</td>

        <td>12:00-13:00</td>

        </tr>       

        <tr>

        <td></td>

        <td></td>

        <td></td>

        <td></td>

        <td></td>

                </tr>

        </table>

        </div>

<pre style="font-size:20px;">我喜欢  灭绝老师  的课!</pre>

    <a href="" name="top">页面底部</a>

    </body>

</html>

实在是想不起来做什么案例!


批改老师:灭绝师太批改时间:2018-11-22 17:07:18
老师总结:基础课安利比较少,你要把知识点掌握透彻哦,后面就有很多精彩案例啦!

发布手记

热门词条