Good morning today too~!
I hope you have a nice day, and today I will be joining you with a post that will teach you about basic HTML tags! Today we will only study simple, repetitive types of tags, so you should be able to follow along without worrying.
|Basic HTML - 3|
Sourcecode image
Result image
used html tags
h1 (head1) tag: This is one of the tags used in HTML that is used when writing the largest title.
h2 (head2) tag: This is one of the tags used in HTML when writing a title or content of the next larger size after the h1 tag.
h3 (head3) tag: This is one of the tags used in HTML when writing a title or content of the next largest size after the h2 tag.
h4 (head4) tag: It is one of the tags used in HTML when writing a title or content of the next largest size after the h3 tag.
h5 (head5) tag: This is one of the tags used in HTML when writing a title or content of the next largest size after the h4 tag.
h6 (head6) tag: This is one of the tags used in HTML when writing a title or content of the next largest size after the h5 tag.