DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

Hello World — Example 3

Quick explanation + ready code for: Hello World.

HTML Hello World Back to examples
Back to language
Syntax: Hello World in HTML. ID: #3

Code

<!doctype html>
<html>
  <body>Hello, World! #18</body>
</html>

Notes

You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests.