慕村7627830
2018-01-14 09:47
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>欢迎学习php!</title> </head> <body> <p> <?php ?></p> </body> </html>欢迎学习php!
这个代码是用来干什么的?
html的基本格式,body标签之间可以输出html代码或者插入php代码
编写HTML文件,可插入PHP代码
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>欢迎学习php!</title>
</head>
<body>
<p>
<?php
each " It has nothing to work -- It is unuseful!";
?></p>
</body>
</html>
PHP入门篇
455957 学习 · 6306 问题
相似问题