Table of contents
I have used the element header with id header and I wrapped it with h1 heading.
Today I learned again:
Html elements like Header, <h1>
, <p>
, and
Importantly br to get a line break.
<p>content: 3AM</p><br>
Things to keep in mind:
- You can give header tags priority from
<h1>
to<h6>
. <p>
paragraph tags doesn't take numbers.- Html is not case sensitive.
My code snapshot: