直接用vim 写好html 之后,

直接用firefox test.html 即可,而不是通常ide 中的点击图标

 

 

 

html 的基本模板:

 1 <!DOCTYPE html>
 2 <html lang="en">
 3 <head>
 4   <meta charset="UTF-8">
 5   <title>我是网页标题</title>
 6 </head>
 7 <body>
 8 
 9 </body>
10 </html>

 

相关文章:

  • 2021-07-31
  • 2022-12-23
  • 2021-04-07
  • 2021-09-28
  • 2022-12-23
  • 2021-10-27
  • 2022-02-17
  • 2021-12-10
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-04-10
  • 2021-08-07
  • 2021-12-14
  • 2021-11-21
  • 2021-06-18
相关资源
相似解决方案