Computer Science, asked by emilyential, 2 months ago

The closing tag is indicated by a __________________.

Answers

Answered by surjakrchetry2016
1

Explanation:

Element. An HTML element is defined by a starting tag. If the element contains other content, it ends with a closing tag. For example, <p> is starting tag of a paragraph and </p> is closing tag of the same paragraph but <p>This is paragraph</p> is a paragraph element.

Answered by PriyoMiss
4

Answer:

Slash

Explanation:

for example if <p> is the starting tag then</p> is the closing tag.

Similar questions