I’m trying to create a cheatsheet table for HTML. How do I insert code examples as table data in plain text?
https://www.codecademy.com/practice/projects/independent-project-html-documentation
I’m trying to create a cheatsheet table for HTML. How do I insert code examples as table data in plain text?
https://www.codecademy.com/practice/projects/independent-project-html-documentation
characters that have special meaning in html can be rendered using using a number or entity code, here is the entire list:
https://www.whatsmyip.org/html-characters/
so for example to render <
, you could use <
or <