Blogger Information
Blog 28
fans 1
comment 0
visits 17280
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
2019.4.22作业
关超的博客
Original
553 people have browsed it

1. 写出具体步骤

搭建服务端环境Apache与数据库的集成环境,如phpstudy。

安装完成后打开网站根目录,创建自己项目的文件夹如demo

创建index.html

创建域名html.io 并设置项目路径

将本地的域名与本机的IP进行绑定,修改hosts文件,127.0.0.1 html.io 然后重启集成环境即可浏览器访问 html.io


2. 创建本地主机目录: html

<!DOCTYPE html>

<html>

<head>

  <meta charset="utf-8">

</head>

<body>

<h1> hello every body! </h1>

</body>

</html>


3. 创建本地域名: html.io

在管理工具里的域名管理设置,然后修改hosts文件即可


4. hosts文件有什么使用, 如何修改?

系统文件,域名解析使用。通过集成管理工具找到文件目录打开修改即可


5. http:是什么, 有什么用?

超文本传输协议,用来客户端跟服务端请求使用


6. html 是什么, 基本结构是什么?

html是超文本标记语言,基本结构包括


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
Author's latest blog post