answersLogoWhite

0


Best Answer

Type the following to get answer :-

Type <imgsrc = file's location in computer files>

*NOTE:- <imgsrc> is a tag used to insert picture in HTML. This tag must be inserted

in caps (or) try this tag in small letter.This tag must be typed within body section

not after paragraph tag <p>.

Try this.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

<image> and </image>, i believe

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which tag contain visual web page in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What HTML tag is used to mark the top of the page?

The first tag you use when developing an HTML document is the tag. The first tag you use for the main content of your page is the tag. is the tag that marks the top of an HTML page. The minimum required first like is , which starts the definition of the page content.


What is meant by title in HTML?

The title in HTML would be referring to the HTML title tag. This is a meta tag that sits at the top of your web page. The title tag is displayed at the top of your browser to indicate the name of the page you are viewing. The page title tag is also used by the search engines to label a specific page. Example: &lt;HTML&gt; &lt;head&gt; &lt;title&gt;This Page Title&lt;/title&gt; &lt;/head&gt; &lt;/HTML&gt;


What is tag in HTML?

when you are making a web page you make a HTML tag so when you convert it to a web browser it isn't just blank. it is a piece of the code that your browser decodes into the page you see. this is an HTML tag &lt;HTML&gt; and it tells the browser that this is an HTML page. for everything you see on a web page, there is a special HTML tag for it.


What does HTML use to put content on a page?

HTML can be used to put content on the page. The body tag is used to put content in the window of web page.


What is the role of HTML in webpage structure?

HTML is the program language that actually displays the content on a page and without it or an alternative, such as php, nothing would display on the page.

Related questions

What HTML tag is used to mark the top of the page?

The first tag you use when developing an HTML document is the tag. The first tag you use for the main content of your page is the tag. is the tag that marks the top of an HTML page. The minimum required first like is , which starts the definition of the page content.


What is meant by title in HTML?

The title in HTML would be referring to the HTML title tag. This is a meta tag that sits at the top of your web page. The title tag is displayed at the top of your browser to indicate the name of the page you are viewing. The page title tag is also used by the search engines to label a specific page. Example: &lt;HTML&gt; &lt;head&gt; &lt;title&gt;This Page Title&lt;/title&gt; &lt;/head&gt; &lt;/HTML&gt;


What is document tag in HTML?

HTML does not have a DOCUMENT tag. The closest thing it has is DOCTYPE, which specifies which specification of HTML (there are several versions) is being used for that page.


What is body tag in HTML?

A body tag defines the content of the web page. It defines what goes into the body of the page.


Is it compulsory to write HTML tag in HTML file?

Yes. It tells the browser that it is a html page. A page should start and finish with a pair of html tags.


How do you make a HTML tag?

You type a less than sign, then the name of the tag and then a greater than symbol. There are lots of HTML tags, for different purposes. The tag that starts a page is this one: &lt;html&gt;


What is tag in HTML?

when you are making a web page you make a HTML tag so when you convert it to a web browser it isn't just blank. it is a piece of the code that your browser decodes into the page you see. this is an HTML tag &lt;HTML&gt; and it tells the browser that this is an HTML page. for everything you see on a web page, there is a special HTML tag for it.


What are meta tags in HTML?

Hi there, A HTML tag that provides information about the web page. Meta tags may contain information about what the page is about (keywords and description), who wrote the page, when they wrote it and much more. Many search engines use this information when indexing pages.


What are the HTML elements that appear in the BODY element?

The body element can contain from nothing to all of a web page's content. It follows the closing head tag and goes until the closing html tag. So, pretty much anything that doesn't specifically belong in the head tag will appear in the body element.


What is the function of i HTML tag?

&lt;i&gt; is for italics the HTML tag itself &lt;html&gt; is to let the browser know how to read the code and you save the file as .html or .htm. It simply reference the code that the web page is written in.


What does HTML use to put content on a page?

HTML can be used to put content on the page. The body tag is used to put content in the window of web page.


What is the role of HTML in webpage structure?

HTML is the program language that actually displays the content on a page and without it or an alternative, such as php, nothing would display on the page.