Which symbol is used for a closing tag in html?

1 answer

Answer

1284431

2026-07-18 08:15

+ Follow

The front slash is added to a tag, before the tagname, to indicate that it is a closing tag:

<html> is an opening tag.

</html> is a closing tag.

<title> is an opening tag.

</title> is a closing tag.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.