webaction

一般来说,第一次制作个人网页的朋友们,首句基本都是你好,全世界hello world 代码展示如下:

 1 <!DOCTYPE HTML>
 2 <html>
 3 <head>
 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 5 <title>制作我的第一个网页</title>
 6 </head>
 7 <body>
 8 <h1>hello world</h1>
 9 </body>
10 </html>

 浏览器展示效果图:

分类:

技术点:

相关文章:

  • 2022-01-01
  • 2022-12-23
  • 2021-10-06
  • 2022-12-23
  • 2021-08-26
  • 2021-05-23
  • 2022-12-23
  • 2021-10-12
猜你喜欢
  • 2021-09-11
  • 2022-12-23
  • 2021-07-12
  • 2021-06-06
  • 2021-10-09
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案