Hi
How to hide my source code so to not be viewed?
I think this line of code solve it but where can I put in my source code?
<body oncontextmenu="return false">
</body>
And This is my code
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>HTML5</title>
<meta name="description" content="">
<body oncontextmenu="return false">
<style>
body {
background-image: url(pics/paris.jpg);
background-position: center top;
background-size: 105% auto;
}
</style>
</head>
<h3 align="center">Hello World</h3>
</body>
I appreciate your help