这是我第二个网页

Original 2019-03-09 01:27:14 229
abstract:<!DOCTYPE html><html lang="zh-hans"><head><title>这是第二个网页,还是记不住描述代码</title><style type="text/css">     .list{width:100px

<!DOCTYPE html>

<html lang="zh-hans">

<head>

<title>这是第二个网页,还是记不住描述代码</title>

<style type="text/css">

     .list{width:100px;height:40px;color:red;font-size:2em;background:#ccc;}

    p{color:green;text-align:center;font-weidth:blod;}

    .yingyin{border:1px solid #ccc;border-radius:50%;}

</style>

</head>

<body>

    <div class="list">div</div>

    <p>php中文网</p>

    <div class="yingyin"></div>



</body>





</html>

Correcting teacher:查无此人Correction time:2019-03-09 09:18:01
Teacher's summary:描述代码是什么意思?如果记不住英文,就用注释,把每个单词的翻译注释下来。继续加油

Release Notes

Popular Entries