Computer Science, asked by sidharth137, 6 months ago

explain paired tags fully explained​

Answers

Answered by tajmohamad7719
6

Answer:

What are paired tags in HTML?

Paired tags are a set of two tags with the same name. The difference is that one is an opening tag, and the other one is the closing tag.

Explanation:

please mark my Brainliest

Answered by itzhansita20
5

Answer:

Paired tags require an opening tag that turns a formatting feature on and a closing tag that turns the feature off. Paired tags must surround the text you want formatted with that feature. For example, <u> and </u> will underline text. You must include the slash ( / ) in the closing tag in order for the pair to work.

Similar questions