Menu Close

Hello World 网页运行结果

网站也可以运行一些html语言,如果运行后,你将得到下列结果。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<!DOCTYPE html>
<html>
<head>
<title>This is document title</title>
</head>
<body>
<h1>This is a heading</h1>
<p>Hello World!</p>
</body>
</html>
<!DOCTYPE html> <html> <head> <title>This is document title</title> </head> <body> <h1>This is a heading</h1> <p>Hello World!</p> </body> </html>
<!DOCTYPE html>
<html>
   <head>
      <title>This is document title</title>
   </head>	
   <body>
      <h1>This is a heading</h1>
      <p>Hello World!</p>
   </body>	
</html>

网页运行结果:

 

[rsnippet id=”2″ name=”htlloworld-html”]

READ  HTML注释语句
除教程外,本网站大部分文章来自互联网,如果有内容冒犯到你,请联系我们删除!
Posted in HTML 教程

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

Leave the field below empty!