摘要:<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>hello</title> <style> &n
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>hello</title>
<style>
body{margin: 300px auto;}
p{
text-align: center;}
</style>
</head>
<body>
<p>hello word</p>
<p>hello word</p>
<p>你好,世界</p>
<p>你好,世界</p>
</body>
</html>
批改老师:韦小宝批改时间:2019-02-11 10:27:50
老师总结:写的很不错 HTML中的代码都是特别基础的 课后一定要多练习才可以掌握!