Building an idea using Html CSS JS - Day 1

Building an idea using Html CSS JS - Day 1

·

1 min read

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:

  1. You can give header tags priority from <h1> to <h6>.
  2. <p> paragraph tags doesn't take numbers.
  3. Html is not case sensitive.

My code snapshot:

build idead content.png