HTML tags.
Apr 25, 2022 · 2 min read · An HTML tag indicates the beginning and end of an HTML element. Tags are identified with <> (opening tag) </> (closing tag) The opening tag <> : Indicates the beginning of a section in a page. They sometimes carry attributes. Attributes tell us mor...
TTemitayo commented