Answer Posted / guest
You can't. The source is necessary for the browser to
display your document. You have to send the complete,
unencrypted source to the browser. Even if a particular
browser doesn't have a "View source" option, there are many
that do, and you can always retrieve the document by hand
(using telnet) to get its source. Or check the browser's cache.
You can of course put a few hundred empty lines above the
actual source, then newbies who don't see the scrollbars
will think there is nothing there.
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Phonegap uses html5, css, and __________ to write and deploy application.
What is action tag in html?
What can you do with html5?
So how do we implement application cache in HTML 5?
I'm trying to `include' a html document in another document...is there a way to do this?
How can I create a div work like an input?
Where does nav go in html?
Why for attribute is used in html?
What does li mean in code?
Who made html5?
What are the reasons for validating a HTML?
What is meta charset utf8?
What is hr and br in html?
What are major attributes?
What is difference between @Html.Partial and @Html.RenderPartial ?