测试一下.....

Original 2019-03-09 21:19:45 187
abstract:<!DOCTYPE html><html>    <head>        <meta charset="utf-8">       &nb

<!DOCTYPE html>

<html>

    <head>

        <meta charset="utf-8">

        <tittle>测试</tittle>

    </head>

    <body>

        <h1 style="color:red;">测试大标题</h1>

        <h2 style="color:blue;">测试二标题</h2>

        <div style="width:1000px;height:100px;color:black;text-align:center">区块</div>

        <hr/>

        <p>-end-</p>

    </body>

</html>



Correcting teacher:韦小宝Correction time:2019-03-10 09:03:52
Teacher's summary:HTML的基础主要就是一些标签 这些标签基本上都没有什么难度 多去练习就很快能掌握了!

Release Notes

Popular Entries