Can one make HTML5 elements appear on the rendered version?
I really don't know how to ask this question, but I'm gonna try to explain. I want to write a code trying to explain how, for instance, a paragraph element works, but in order to do that, I'm gonna have to write on my code: <p> this is the paragraph text</p>. The problem is if I write the paragraph tags, the tags will be omitted on the rendered version and I want this specific sentence, with the tags, to appear on the rendered version as an example for those who are reading, for example, a webpage article that teaches HTML5 and whatnot. Does my question make sense? Is there any mechanism I could wrap HTML5 elements so they can be rendered WITH their tags? I tried to find this question on other posts, but I couldn't find any similar question.