美文网首页
codecademy学习html总结(一)

codecademy学习html总结(一)

作者: joan_2 | 来源:发表于2015-08-25 07:17 被阅读152次

codecademy不解释,有兴趣的朋友们可以问度娘或者访问网址:www.codecademy.com

<!DOCTYPE html>
<html>
<head>
  <title>let's learn html</title>
</head>
<body>
  <h1>let' learn html</h1>
  <p>Now we start to learn html. Please take your pen and notebook or ipad ready. Just enjoy yourself.</p>
   <h2>directory</h2>
   <ol>
     <li>welcome</li>
     <li>baisc class Ⅰ</li>
     <ul>
       <li>what is html</li>
       <li>how to learn html</li>
      </ul>
    </ol>
<!--2015.8.25 first edited-->
<!--2015.9.1 update>
</body>
</html>

let' learn html

Now we start to learn html. Please take your pen and notebook or ipad ready. Just enjoy yourself.

directory

welcome

baisc class Ⅰ

what is html

how to learn html

相关文章

网友评论

      本文标题:codecademy学习html总结(一)

      本文链接:https://www.haomeiwen.com/subject/mlkqcttx.html