+ 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.
3 odpowiedzi
+ 6
you can use html character entities...
<tag>
...😀
+ 1
<!DOCtype html>
where < is <
and > is >
- 1
Thank you