简单的一个作业网页

Original 2019-03-12 17:52:18 475
abstract:<!doctype html><html>    <head>    <meta charset="utf-8">    <title>hello word</title> &n

<!doctype html>

<html>

    <head>

    <meta charset="utf-8">

    <title>hello word</title>

    </head>

    <body>

        <h1>作业</h1>

    </body>

    </html>


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

Release Notes

Popular Entries