HTML页面

Original 2019-03-21 22:24:30 203
abstract:<html>     <head>         <meta charset="UTF-8">         <title&
<html>
    <head>
        <meta charset="UTF-8">
        <title>html</title>
    </head>
    <body>
        <img src="images/1.jpg">
        <div style="width:300px;height:300px;background:green;">我是塊級元素</div>
        <p style="width:200px;height:100px;background:yellow;">塊級元素</p>
        <b style="background:red;width:500px;">我是行內元素</b>
    
    </body>
</html>


Correcting teacher:灭绝师太Correction time:2019-03-22 09:14:49
Teacher's summary:基础知识比较简单,后期的学习会精彩很多,继续加油吧!

Release Notes

Popular Entries