JS

HTML Code Quiz - html heading tag

25.

Which HTML tag would you use to create a heading with the text Hello, World!?

<strong>Hello, World!</strong>

<heading >Hello, World!</heading>

<p>Hello, World!</p>

<h1>Hello, World!</h1>