Web browsers like Chrome and Safari know how to read HTML code and display websites based on the code.

Tap on Hello, World! to display this website.

<body>Hello, World!</body>
</html>
]]>

Nice! These cryptic words seem to tell the browser to display Hello, World!.