Day 2/200 (Full Stack)
Today's progress: ✅ Learned HTML tags. ✅ Tags: heading, anchor, image, bold, italic, underline, paragraph, big, small, hr, subscript, superscript, pre. DETAILED BREAKDOWN: Heading tag: used to add a heading in webpage. So, in HTML, there are 6 heading tags. Heading 1 Heading 1 Heading 1 Heading 1 Heading 1 Heading 1 Anchor tag: used to add links to the webpage. Google Image tag: used to add image to the webpage. Bold, italic, underline tag: As the name says, bold, italic, and underline do the same thing. this is under line this is italic this is bold paragraph tag: used to add paragraph text. This is a paragraph and here we can add text. Big and small tag: used to make the text a bit smaller and a bit larger. this is big text this is small text Hr tag and Br tag: so Br tag is used to add line breaks, and hr tag is used to add a horizontal ruler in the webpage. subscript and superscript tag: so basically through this tag we can write things like CO2 or H2O, this type of text. this is subscript this is superscript Pre tag: by using this tag we can display the text as it is, written in the code because HTML ignores spaces so through this we can add spaces. so this is a pre tag and the text will be display like this. so this are some of the tags that I had learned today, keep learning keep growing.

Today's progress:
✅ Learned HTML tags.
✅ Tags: heading, anchor, image, bold, italic, underline, paragraph, big, small, hr, subscript, superscript, pre.
DETAILED BREAKDOWN:
- Heading tag: used to add a heading in webpage. So, in HTML, there are 6 heading tags.
Heading 1
Heading 1
Heading 1
Heading 1
Heading 1
Heading 1
- Anchor tag: used to add links to the webpage.
- Image tag: used to add image to the webpage.
- Bold, italic, underline tag: As the name says, bold, italic, and underline do the same thing.
this is under line
this is italic
this is bold
- paragraph tag: used to add paragraph text.
This is a paragraph and here we can add text.
- Big and small tag: used to make the text a bit smaller and a bit larger.
this is big text
this is small text
- Hr tag and Br tag: so Br tag is used to add line breaks, and hr tag is used to add a horizontal ruler in the webpage.
- subscript and superscript tag: so basically through this tag we can write things like CO2 or H2O, this type of text.
this is subscript
this is superscript
- Pre tag: by using this tag we can display the text as it is, written in the code because HTML ignores spaces so through this we can add spaces.
so this is a pre tag
and the text will
be display like this.
so this are some of the tags that I had learned today,
keep learning keep growing.