默认存放路径:/var/www/html
默认首页文件名称:index.html
实现Web服务的软件: httpd Nginx Tomcat
实现Web通信的协议: http(超文本传输协议)
1.安装httpd软件
yum -y install httpd
2.重启程序(重启服务)
systemctl restart httpd
3.测试
firefox 127.0.0.1
4.设置网页内容
vim /var/www/html/index.html
<marquee><font color=red><h1>NSD1906 haha
滚动 字体颜色 标题字体
firefox 127.0.0.1