-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththird.html
More file actions
33 lines (31 loc) · 1.74 KB
/
third.html
File metadata and controls
33 lines (31 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head><h2>互联网开发与实践笔记2</h2>
<meta charset="utf-8">
<!-- CSS引用 -->
<!-- 必要的JS引用 -->
<title>互联网开发与实践笔记2</title>
</head>
<body>
<h1>一HTML学习笔记</h1>
<p>如何让html现实在互联网上显示</br>
1、买服务器/云主机(有一个公网ip),有cpu,硬盘,ip地址等。</br>
2、接下来装操作系统</br>
3、写一个html文件</br>
4、把文件上传到服务器上</br></br>
5、装web服务器,如windows里有iis,微软自带,linux的apach服务器。配置服务器的配置文件,确定工作目录,将文件放在工作目录里
6、用浏览器访问服务器的ip地址/+html文件名</br>
作业:个人web页面15个标签</br>
发的文档练习,登录页面</br>
总结报告。传到linux上去 安装软件让人访问</p>
<img src="images/class1.jpg" style="position:absolute;left:100px;top:400px" height="400" width="600" alt="" />
<img src="images/class2.png" style="position:absolute;left:100px;top:900px" height="400" width="600" alt="" />
<img src="images/class3.jpg" style="position:absolute;left:100px;top:1300px" height="400" width="600" alt="" />
<img src="images/class4.jpg" style="position:absolute;left:100px;top:1800px" height="400" width="600" alt="" />
<img src="images/class5.png" style="position:absolute;left:100px;top:2300px" height="400" width="600" alt="" />
<img src="images/class6.png" style="position:absolute;left:100px;top:2800px" height="400" width="600" alt="" />
<img src="images/work1.png" style="position:absolute;left:100px;top:3300px" height="400" width="600" alt="" />
<img src="images/work2.png" style="position:absolute;left:100px;top:3700px" height="400" width="600" alt="" />
</body>
<!-- JS引用 -->
</html>