file_put_contents('a.html', "<html>
<body>hello</body>
</html>")
PHP访问HTML文件可以使用readfile、file等,例如:
readfile('a.html')
1、新建一个文本文档。
2、打开文本文档后,输入
<html>
<head>
<title>这是一个网页</title>
</head>
<body>
<h1>hello,人生</h1>
<p><font size="8"face="Verdana">寂寞如雪</foot></p>
</body>
<foot>
</foot>
</html>。
3、输入段代码后,点击保存,保存类型设置为所有文件,文件名保存为test.html。
4、点击保存后,一个html文件就做好了。
5、点击就可以打开html文件了。