我的第一个HTML页面(Hello World)
这是我的第一个html页面
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>这是我的第一个html页面</title> </head> <body> Hello World!你好html </body> </html>
输出结果:

这是我的第一个html页面
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>这是我的第一个html页面</title> </head> <body> Hello World!你好html </body> </html>
输出结果:
