+ 1

how can i show a tag on website without it thinking its a tag im using to code?

i want to show <!DOCtype html> on a list. but its registering as a tag im using.

18th May 2018, 8:58 PM
Zearch
Zearch - avatar
3 Antworten
+ 6
you can use html character entities... &lt;tag&gt; ...😀
18th May 2018, 9:07 PM
Nomeh Uchenna Gabriel
Nomeh Uchenna Gabriel - avatar
+ 1
&lt;!DOCtype html&gt; where &lt is < and &gt is >
18th May 2018, 9:25 PM
᠌᠌Code X
᠌᠌Code X - avatar
- 1
Thank you
18th May 2018, 9:26 PM
Zearch
Zearch - avatar