📜  如何在 xampp 服务器中运行 html 文件 - Html 代码示例

📅  最后修改于: 2022-03-11 14:53:11.391000             🧑  作者: Mango

代码示例1
- To Run a HTML File in XAMPP you need to put your HTML file inside the 
  "htdocs" folder in XAMPP installation directory.
- And then in your browser type "localhost/your-file-name.html".
- now your file is opend into your browser using XAMPP.