answersLogoWhite

0

Copy-paste HTML code is used by people to steal web pages. The HTML content of a website can easily be obtained.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

How can you get the HTML code from a HTML document?

If you mean HTML website, just check the page source. If you mean a '.html' document, Right click and select Open With and select any text editor.


Example of a HTML documents?

A HTML document is just a website. If you mean a code however, here is one random one. Basic too. Code: <html> <head> <title>Webste title that appears like Random - "internet browser"</title> </head> <body> Information that is in the actual viewing area </body> </html>


What does HTML mean in ict?

Html means when u make a website u click view click code and then tipe <marquee> in then cut </marquee> to the end of the line click view then click design and u have made a html


Login code for HTML?

If you mean how to create a login code with HTML, you need a tag called and a tag called and something in another programming language, such as php or java. There is no login code necessary to use HTML.


What does the HTML code marquee mean?

Your text will move when you use it.


What do these codes mean for a 1994 Dodge spirit code 52?

Oxygen Sensor issue. Copy and paste the URL into your browser for a full description. http://minimopar.knizefamily.net/fault/code52.html


Can you use HTML Tags As Special characters in a text field?

I don't know what you mean by that, but I am going to say no. HTML only works in HTML. You can add special characters to HTML by doing: & copy; & trade; & reg;


How do you insert a horizontal line in code?

By code what kind of code do you mean? If HTML, then <hr/>, if normal wikitext/BBCode, ----.


What does mean HTML documents?

HTML stands for Hyper Text Markup Language. An HTML document contains HTML code that shows a Web browser how to display the document content.


What does doctype HTML public mean?

In HTML, the <!DOC TYPE> means the type of HTML coding you are using. There are many different versions of HTML. This part of the code tells the web-browser how to format the page.


What does edit HTML mean?

It means to change the HTML. Webpages are created using HTML. To change the page, you need to edit the HTML. So people open the source code of the HTML and change it and then upload the new version of the page.


Are Hyperlink not allowed in HTML files?

I'm not entirely sure what you mean because the hyperlink code itself is HTML. It will fit in an HTML webpage by using something like the code below; <a href="www.example.com" target="Blank">Your Web Page</a>