answersLogoWhite

0

How can you add a webpage in an HTML?

Updated: 8/20/2019
User Avatar

Stakilobishut

Lvl 1
12y ago

Best Answer

To add a webpage within a particular area in an already existing HTML page, <EMBED> tag or <IFRAME> tag can be used. For example:

<EMBED SRC="http://www.domainname.com">

will add the page (http://www.domainname.com) in the existing page.

Or

<IFRAME SRC="http://www.domainname.com"></IFRAME>

will also add the page (http://www.domainname.com) in the existing page.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can you add a webpage in an HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you add HTML code into a webpage?

HTML codes could be easily added to a webpage for the functionality. Dynamic web pages can made with HTML only.


What is a HTML webpage?

A HTML Webpage is a page created on HTML. It runs on browser and co-ordinates with web.


What is an HTML webpage?

An HTML webpage is a collection of HTML tags. The tags are arranged in a proper way to create a web page.


What is the code of HTML of webpage?

HTML in a webpage is the basis of formation of it. It uses tags to define it's usage.


How can create webpage?

First you have to start with the basic layout of a webpage: from this you can do most things such as change the background colour or add text to the webpage. &lt;html&gt; &lt;body bgcolor="blue"&gt; &lt;font face="Arial" color="white" size="8"&gt; &lt;p&gt;This is a piece of example text&lt;/P&gt;&lt;/font&gt; &lt;/body&gt; &lt;/html&gt;


What is basic HTML code?

Below is an example of a very basic webpage: &lt;html&gt; &lt;head&gt; &lt;title&gt;My First Webpage&lt;/title&gt; &lt;/head&gt; &lt;body bgcolor="yellow"&gt; &lt;p&gt;This is a yellow webpage&lt;/p&gt; &lt;/body&gt; &lt;/html&gt;


How do you evaluate the design of a webpage?

You can evaluate the design of a webpage by it's HTML code. HTML provides all the designing of the page.


Where does webpage save?

it is saved as a html


How HTML tags needed to create a basic webpage?

HTML tags can be made to create a basic webpage. The basic tags with some text can make a webpage in basic format.


How do you upload html webpage to domain?

To upload HTML webpage to domain , you have to purchase a server. Purchasing it will give you the authority to make it live.


What element is the main content of a webpage?

HTML is the main element in design of a webpage.


What hypertext markup language HTML allows webpage authors to include more graphical interest and interactivity in a webpage without the webpage accessing the Web server?

DHTML or dynamic html