answersLogoWhite

0


Best Answer

Yes, use an <IFRAME> tag and set the SRC= attribute to the other site's URL.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can you make an HTML code that just fetches the code you want from another site and uses it on the current site where you put the original code?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you make HTML show current time?

You can not do this with HTML alone you need either Javascript, PHP or another scripting language that has the time as a built in function


What is the current state of HTML?

The current state of HTML is 5 at present. It is at it's most stable and advanced form.


What is the current HTML standard and how does it differ from the previous standard?

The current HTML version is the version 5. It has a special feature of HTML Authentication which was not in the before versions.


Why the term http has the word hyper?

Hyper Text Transfer Protocol. Original (and some current) web pages were written in HTML or Hyper Test Markup Language.


What are the current browser version HTML?

Each browser has its own individual version, which does not relate to HTML. The current version of HTML is version 5 and any up to date browser should be able to manage it.


What is the previous version of HTML prior to HTML 5?

In HTML5, which method is used to get the current location of a user?


What was the most current version of HTML?

Version 5.


How do you transfer your current emails from AOL to HTML?

HTML is a language that you're AOL email is already in. There is no way to "transfer" to it.


How do you return current url with simple HTML dom?

You can get the current url using the document.URL property, as in: &lt;html&gt; &lt;body&gt; The full URL of this document is: &lt;script&gt; document.write(document.URL); &lt;/script&gt; &lt;/body&gt; &lt;/html&gt; Source: http://www.w3schools.com/jsref/prop_doc_url.asp


What is the current version of HTML?

At the time of writting (September 2010) the current version number of HTML is 4.01. From w3.org; HTML5 is expected to be feature complete by May 2011.


Href in HTML?

href is used in HTML to link from one website/webpage to another.


How does PHP differ from HTML in terms of application and structure?

In structure &lt;?php ?&gt; &lt;html&gt; &lt;/html&gt; in application - one is static and another is dynamic. this much ......