answersLogoWhite

0


Best Answer

The HTML <img /> tag displays graphics on the page. Here is an example of an img tag: <img src="image.jpg" width="100" height="100" border="0" align="center" alt="My Image"/>.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you create img tag in HTML and graphics and attributes?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you make glitter graphics in HTML?

You can't reli create them in HTML, javascript would be a push but I think was you are looking for is the img tag of HTML therefore: You can create gilter graphics with a genertor customise you image then save and add an image tag in your HTML page. (added a link under related links)


How do webpages use graphics?

You should use HTML tag "img" for that. look at the related link


How do you specify size of an image in HTML?

the &lt;IMG&gt; tag has two attributes, height and width that take numeric values as input which specifies the pixel height and width of the image. You can use these attributes to specify the size of the image.


What are the two attributes that you should use with every img tag?

The img tag has two attributes: src and alt. If you leave either one of these attributes out of the code, you will not see the image.


What HTML tag is used to create a link through an image?

&lt;a href="website URL here"&gt;&lt;img src="image URL here"&gt;&lt;/a&gt;


What is invalid for img tag n HTML?

center


What is an example of HTML?

Attribute refers to the properties of the HTML elements. For example the element &lt;IMG&gt; is used to display images in a HTML page. This tag has certain attributes like height, width, src etc which specify the properties of the element.


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.


What is the basic format of HTML?

ANSWER:Below is the main HTML format. Your title here You webpage content here


How do you get a picture code for HTML?

img scr="YOUR PICTURE LOCATION.gif"&gt;


What is coding for inserting Image in HTMl language?

In HTML: &lt;img src="path/to/image.jpg" alt="Desc. of the Image"&gt; In XHTML: &lt;img src="path/to/image.jpg" alt="Desc. of the Image" /&gt;


How do you turn pictures into an HTML code?

&lt;img src="link for picture"&gt;