Hello World

<html>
  <!--声明式:不能显示-->
  <head>
  <!--设置网页编码-->
  <meta charset="utf-8"/>
   <title> 我的标题 html</title>
  </head>
  <!--能够显示的内容-->
  <body>
  <script>
         document.write("<h1>Hello World!</h1>");
  </script>  
  </body>
 </html>

 

posted @ 2021-01-17 22:16  丁帅帅dss  阅读(53)  评论(0)    收藏  举报