CBSE Class 10 Computer Applications
Question 166 of 176
HTML I — Basic HTML Elements — Question 39
Back to all questions 39
Question Question 27
How can different tags be combined in HTML ? What is its use ?
HTML allows us to combine various tags together so as to achieve the desired result and effect. Different tags are enclosed in one another to combine their effects.
For example, if we want our text to appear bold and underlined, we can use <B> and <U> tags together in the following manner:
<B><U> Bold and Underlined </U></B>