What is start tag in HTML (in one line)
What is end tag in HTML (in one line)
Answers
Answered by
0
Answer:
An opening tag begins a section of page content, and a closing tag ends it. For example, to markup a section of text as a paragraph, you would open the paragraph with an opening paragraph tag <p> and close it with a closing paragraph tag </p> (closing tags always proceed the element with a /).
Answered by
0
Answer:
Starts tag in Html is (HTML)
ends tag in Html is (/HTML)
Similar questions