我的第一个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>

  输出结果:

posted @ 2018-05-11 14:31  义武的天空  阅读(291)  评论(0)    收藏  举报