Tagged Questions
2
votes
1answer
108 views
How to markup non-human-language text in HTML?
Considering the needs of screen readers, browser spell-checking, search engines, etc. how should non-human-language text be marked up in HTML?
Should it be wrapped in a particular tag?
Is there a ...