html - What do lt; and gt; stand for? - Stack Overflow gt; and lt; is a character entity reference for the > and < character in HTML It is not possible to use the less than (<) or greater than (>) signs in your file, because the browser will mix them with tags
HTML Entities - GeeksforGeeks HTML Entities are special codes used to display reserved characters, symbols, or invisible spaces in a webpage that cannot be typed directly or have special meanings in HTML (like <, >, or )
Less-Than Sign HTML Entity ( lt;) — Reference | DuskTools The less-than sign is a reserved character in HTML that signals the beginning of an HTML tag It must always be escaped when displayed as literal text Unescaped less-than signs can cause browsers to misinterpret following text as markup, potentially breaking page layout and creating security vulnerabilities through HTML injection