HTML for Beginners! Part 3 πŸš€

HTML for Beginners! Part 3 πŸš€

Today we're going to learn about: <br>, <b>, <i>, <u>, <big>, <small>, <hr>, <sub>, <sup> and <nav>

Β·

2 min read

Heyy Developers! 😎

Today I am here to teach you all some more basic things in HTML, this is my Part 3.

You can also visit my πŸ‘‡πŸ»

Part 1

Part 2

<br> tag ❀️‍πŸ”₯

<h1>We are Learning br tag</h1>
<br />
<p>I am Amena</p>

OUTPUT:

Hopefully, you're cleared with it! ❀️‍πŸ”₯

<b> tag! πŸš€

<p>My YouTube Channel's name is <b>Code Arena</b></p>

OUTPUT:

Hopefully, you're cleared with it! πŸš€

<i> tag! πŸ’Ž

<p>My YouTube Channel's name is <i>Code Arena</i></p>

OUTPUT:

Hopefully, you're cleared with it! πŸ’Ž

<u> tag! 🎯

<p>My YouTube Channel's name is <u>Code Arena</u></p>

OUTPUT:

Hopefully, you're cleared with it! 🎯

<big> tag! 🎑

<p>My YouTube Channel's name is <big>Code Arena</big></p>

OUTPUT:

Hopefully, you're cleared with it! 🎑

<small> tag! πŸ‘»

<p>My YouTube Channel's name is <small>Code Arena</small></p>

OUTPUT:

Hopefully, you're cleared with it! πŸ‘»

<hr> tag! πŸ’š

<p>My YouTube Channel's name is <b>Code Arena</b></p>
<p>My YouTube Channel's name is <i>Code Arena</i></p>
<p>My YouTube Channel's name is <u>Code Arena</u></p>
<p>My YouTube Channel's name is <big>Code Arena</big></p>
<p>My YouTube Channel's name is <small>Code Arena</small></p>
<hr />

OUTPUT:

Hopefully, you're cleared with it! πŸ’š

<sub> tag! πŸŽƒ

<p>O<sub>2</sub></p>

OUTPUT:

Hopefully, you're cleared with it! πŸŽƒ

<sup> tag! 🏏

<p>5<sup>2</sup> = 25</p>

OUTPUT:

Hopefully, you're cleared with it! 🏏

<nav> tag! ✨

What is a nav tag? It's just like a <div> tag but with a different name!

In the eg. shown above, when we see such options above our screen this is a nav tag, We can div tag also but recommended is a nav tag! πŸ”₯

Hopefully, you're cleared with it! ✨

My Twitter Account: Twitter

My YouTube Channel: Code Arena

So, this was my Part 3 and thanks for reading

Motivation For Today: You learn more from failure than from success. Don’t let it stop you!❀

Now I'll see you all in my Part 4 in which we'll be talking about much more things in HTML.

Here's the: Part 4

  • I will teach you personally for free in my Twitter DM...If you have any doubts regarding these questions or any questions!

  • JUST DM ME ON TWITTER AND I'll 100% reply to you and solve your doubt!

So till then take care and Goodbye! πŸ˜‰

Β