codecademy学习html总结(一)

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

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容