Protecting contents of your website: What you are creating or writing can easily be copied from the website. Just by left click and drag anyone can copy but here is a process through which you can actually protect your data from being copied or stolen from your website. Now just copy the code given below and paste that in your page code. If you are using blogger then just before the tag <br> paste the below code. And your website page will be protected from being copied. And if you want to paste anywhere else then use the code in the body section to protect the whole body of the page. I have made this page copy right free so that you can simply copy the code. <body onmousedown = 'return false' onselectstart = 'return false'> </body>
Dictionary of HTML tags (A to Z) A <A>...</A> Often called anchor tags. Links can be created using the <A>...</A> tags. Attributes HREF="..." where location is the path and filename to the linked file or image or specifies the email address prefaced with mailto: NAME="..." each anchor tag can be given a name - this allows you to link directly to sections where a named anchor occurs. A # (hash) symbol is used before the name in the HREF attribute when linking. B <B>...</B> Bold Text <BIG>...</BIG> Large Text <BODY>...</BODY> This is the second section of an HTML page - defines the body information, i.e. the content of an HTML page. There can only be one BODY tag, it must follow the HEAD tags. BGCOLOR="..." - sets the background colour using either the colour name or the hex number BACKGROUND="..." - specifies the URL of the background image to be tiled TEXT="......
Comments
Post a Comment