how can i show a tag on website without it thinking its a tag im using to code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answers
+ 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
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
- 1
Thank you
18th May 2018, 9:26 PM
Zearch
Zearch - avatar