Hello World!

This is a simple "Hello World!" example in HTML.

<h1>Hello World!</h1>

The <h1> tag is used to display the "Hello World!" text as a top-level heading.

HTML (HyperText Markup Language) is the standard language for creating web pages.