How can different tags be combined in html ? What is its us?
Answers
Hi. Tags in HTML can be combined in order to get the desired results of both the tags on an element such as text. For example, we can bold text using the bold (b) tag and we can also italicize text using the italic (i) tag. To bold and italic text together, use the i tag inside the b tag of vice versa. But, remember that the tags should be nested inside one another. Hope it helps!
Answer:
Tags in HTML can be combined in order to get the desired results of both the tags on an element such as text. For example, we can bold text using the bold (b) tag and we can also italicize text using the italic (i) tag. To bold and italic text together, use the i tag inside the b tag of vice versa. But, remember that the tags should be nested inside one another.