Computer Science, asked by karthick9551, 1 year ago

what are html tags?

Answers

Answered by MonarkSingh
1
Here is your answer.
The <html> tag tells the browser that this is an HTML document.

Hope it helps you

MonarkSingh: plzz mark me as brainliest..
Answered by PranavRS
1

HTML tags. Tags are used to mark up the start and end of an HTML element. A start tag consists of an opening angle bracket ( < ) followed by the element name, zero or more space separated attribute/value pairs, and a closing angle bracket ( > ).

I hope u have understood.

Similar questions