HTML    up
  similar languages: SGML   WML (Wireless Markup Language)   XHTML   XML  
 


 Hello World   Michael Neumann
<!-- Hello World in HTML -->

<html>
<head>
   <title>Hello World</title>
</head>
<body>
   Hello World
</body>
</html>
Prints "Hello World" onto the screen.