首页 > 代码库 > 第一个html文件

第一个html文件

1、新建记事本文件,后缀改为.html

2、添加:

<html>
   <head>
      <title>jude`s first web</title>
   </hdad>


   <body>
       jude is the best man in the world
   </body>
</html>

3、用浏览器打开

第一个html文件