Blogger Information
Blog 2
fans 0
comment 0
visits 984
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
使用phpStudy创建出本地的开发环境,并绑定域名: html.io -2019年7月1日上课内容
ND-0001
Original
433 people have browsed it
  1. 安装phpStudy。

  2. 打开phpstudy,启动Apache服务,FTP服务,Mysql服务。

  3. 创建一个网站,网站名为:html.io

  4. 在网站里创建一个index.html的网页。


  5. 3.png1.png4.png

实例

<html>
 <head>
  <title>PHP 中国</title>
 </head>
 <body>
<p>Hello World</p>
 </body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例


Correction status:qualified

Teacher's comments:图文配合很好
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments