Well, the simple answer would be: javascript. However, anyone with an understanding of javascript would be able to read it.
You cannot "hide" html code server side while displaying it on the page because anything displayed on the page is no longer "server side"...it's now "client side." That html has been outputted by what is server side for the browser to read and alas, no longer server side.
That's why javascript is the only option here, since javascript is client side. However, whenever you use client side scripting, all of it is viewable. Sure, there's some javascript tactics that you can do, but none of them are really worth it, I think. But I guess that's all up to you.
Thou com'st in such a questionable shape
Hamlet, Act 1, Scene 4
Bookmarks