answersLogoWhite

0


Best Answer

There is an attribute which defines the name of the image to be displayed. The attribute is called as ALT or alternate.

User Avatar

Wiki User

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

Wiki User

11y ago

src

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which attribute specifies the name of the image to display in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How do you make a skull on HTML?

HTML is a language that the browser understands to display a document (page) You cannot create a skull using HTML. If you want to create a skull you need a program like Paint Shop or any image editor. You can place a picture of a skull on the page using the following HTML. Using HTML to display images you use the <img> tag. To display an image on a page, you need to use the (source attribute) src= The value of the src attribute is the URL of the image (skull) you want to display on your page which means that the image you want to display must be uploaded to a server, and have a web address (URL). The URL for the image points to the location where the image is stored on the server. It should look like this: <img src="http://www.theURLfortheimage.com/Skull.jpg"> Broken down it means < img source = the address (URL) of the image is located / (for the name of the image) skull.jpg>


Which attribute specifies the submit URL in a form tag in HTML?

Use the "action" attribute of a FORM element to specify the URI of the form processor.


What is the difference between a period and a hash symbol in declaring CSS classes?

Period which specifies to a class using (.) or dot operator Where as hash or # specifies to id of a particular attribute of HTML tags


What is an HTML attribute which specifies a unique id for an element?

The "id" attribute specifies a unique ID for an element:Ids must be unique within the page (so no other elements that are ided as "firstParagraphOfGreatness".)Ids can be referenced in CSS like so:#firstParagraphOfGreatness {css rules here}


If you copy a picture from the internet how can you get a HTML code for it?

Image URL AddressIf you right click on the picture (image) a box will open. You then select "properties" and a properties window will open. The information provided will include Web Address (URL) This will have the URL of where the image (picture) is located. You can copy and paste it into the HTML of your document. You should have permission to use it.If you copied the image from another website you have to save it to your own server (host) to use on your web page. Again you should get permission from the website that hosted the image. To save it to a file you can right click the image, and select "save picture as" you then select the file you want to save it to. In order to use it on the web page the image must be hosted on a server.Using HTML to display images you use the tag. To display an image on a page, you need to use the (source attribute) src= The value of the src attribute is the URL of the image (skull) you want to display on your page which means that the image you want to display must be uploaded to a server, and have a web address (URL). The URL for the image points to the location where the image is stored on the server.

Related questions

How do you get emage HTML?

the tag is used to insert images. It is an empty element that only has attributes. Two attributes are required for the element: the src attribute and the alt attribute. The src attribute specifies the path of the image file. The alt attribute specifies an alternative text for the image, if the image is unavailable. The syntax for the tag is as follows: To know more check out the cronj IT site.


How do you find a pictures HTML?

Using HTML to display images you use the tag. To display an image on a page, you need to use the (source attribute) src= The value of the src attribute is the URL of the image (skull) you want to display on your page which means that the image you want to display must be uploaded to a server, and have a web address (URL). The URL for the image points to the location where the image is stored on the server. It should look like this: Broken down it means < img source = "the address (URL) of the image is located / (for the name of the image) Youri_picture.jpg">


How you make a HTML code of your photo?

Using HTML to display images you use the tag. To display an image on a page, you need to use the (source attribute) src= The value of the src attribute is the URL of the image you want to display on your page which means that the image you want to display must be uploaded to a server, and have a web address (URL). The URL for the image points to the location where the image is stored (the server)It should look like this: Broken down it means < img source = the address (URL) of the image location/ (for the name of the image) yourimage.jpg>


How do you make a skull on HTML?

HTML is a language that the browser understands to display a document (page) You cannot create a skull using HTML. If you want to create a skull you need a program like Paint Shop or any image editor. You can place a picture of a skull on the page using the following HTML. Using HTML to display images you use the &lt;img&gt; tag. To display an image on a page, you need to use the (source attribute) src= The value of the src attribute is the URL of the image (skull) you want to display on your page which means that the image you want to display must be uploaded to a server, and have a web address (URL). The URL for the image points to the location where the image is stored on the server. It should look like this: &lt;img src="http://www.theURLfortheimage.com/Skull.jpg"&gt; Broken down it means &lt; img source = the address (URL) of the image is located / (for the name of the image) skull.jpg&gt;


How does HTML deal with a picture on a webpage?

Using HTML to display images you use the &lt;img&gt; tag. To display an image on a page, you need to use the (source attribute) src= The value of the src attribute is the URL of the image you want to display on your page which means that the image you want to display must be uploaded to a server, and have a web address (URL). The URL for the image points to the location where the image is stored on the server. It should look like this: &lt;img src="http://www.theURLfortheimage.com/Yourimage.jpg"&gt; Broken down it means &lt; img source = the address (URL) of the image is located / (for the name of the image) Yourimage.jpg&gt;


Which attribute specifies the submit URL in a form tag in HTML?

Use the "action" attribute of a FORM element to specify the URI of the form processor.


How do you display an image on the homepage only using CSS or HTML?

HTML only can be used to display an image on homepage. Image SRC tag can be used to publish it.


How does HTML allow you to insert an image on a page with an alternate text if the image is not loaded?

You use the alt attribute on the image tag. The alt attribute takes a short description of the image for its value. For instance:If the browser failed to load the image (for instance, if it wasn't present on the server where I said it was) or if it had images turned off, or if were a screen-reader used by the visually impaired, then the alt text is display/read.The W3C makes an alt attribute a requirement on all valid IMG tags since HTML 4.01.


What attributes in HTML let you specify the thickness and width of a horizontal rule?

In HTML 4.01, the "size" attribute specifies thickness and the "width" attribute specifies width, as measured in pixels. For example: &lt;hr size="20" width="800" /&gt; However, these attributes are deprecated in XHTML Strict and HTML 5--you should use CSS instead.


How do you add image at left top using HTML?

Using HTML to display images you use the tag. To display an image on a page, you need to use the (source attribute) src= The value of the src attribute is the URL of the image (skull) you want to display on your page which means that the image you want to display must be uploaded to a server, and have a web address (URL). The URL for the image points to the location where the image is stored on the server. It should look like this: Broken down it means < img source = the address (URL) of the image is located / (for the name of the image) Yourimage.jpg> To place the image on a certain location on the page you need to use a table. Tables are important for placing desired text or content in a specific area on the page. Without tables the HTML will be viewed as a list starting from the top down. Think of it as creating a grid on the page, and you can place content or image in each cell of that grid where desired.


What is the difference between a period and a hash symbol in declaring CSS classes?

Period which specifies to a class using (.) or dot operator Where as hash or # specifies to id of a particular attribute of HTML tags


What is an HTML attribute which specifies a unique id for an element?

The "id" attribute specifies a unique ID for an element:Ids must be unique within the page (so no other elements that are ided as "firstParagraphOfGreatness".)Ids can be referenced in CSS like so:#firstParagraphOfGreatness {css rules here}