how can different tags be combined in HTML what is its use
Answers
Answered by
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....☺☺☺✌
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
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
English,
7 months ago
Accountancy,
7 months ago
Science,
1 year ago
Math,
1 year ago
Math,
1 year ago