H1
The <h1>
tag displays a headline of level 1.
It can only be used within <body>.
Example
<body ...>
<h1>Headline 1</h1>
...
<body>
Last updated
Was this helpful?
The <h1>
tag displays a headline of level 1.
It can only be used within <body>.
<body ...>
<h1>Headline 1</h1>
...
<body>
Last updated
Was this helpful?