Computer Science, asked by saiprateek6193, 1 year ago

how can different tags be combined in HTML what is its use

Answers

Answered by meghakatiyar1
35
here is your answer :------

single tag can't make the website so, obviously different tags be combined to make a website

basic structure of HTML:------

<HTML>

<head>

<title> mk.HTML </title>

</head>

<body>

.........

.....
...

</body>

</HTML>

hope it helps u....☺☺☺✌
Answered by BALIDANcobra
1

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.

Similar questions