HTML:在屏幕上显示HelloWorld;
<html>
<head>
<title>HelloWorld</title>
</head>
<body>
<p><h1>HelloWorld!</h1></p>
</body>
</html>
<html>
<head>
<title>HelloWorld</title>
</head>
<body>
<p><h1>HelloWorld!</h1></p>
</body>
</html>