answersLogoWhite

0


Best Answer

An inline image (or just "image") is coded in using the IMG element.

In HTML, the image elements general syntax requires two attributes, src and alt. It looks like this:

A picture of something.

The src attribute points to the URL (either absolute, or relative) of the image you want to display. The alt attribute is a short description of the image's contents for use by people whose browsers don't load images, or the visually impaired using screen-reading technology.

Note: In XHTML, the IMG element follows the empty tag pattern, so:

A picture of something./>

User Avatar

Wiki User

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

Wiki User

9y ago

Inline images in HTML are the images that are not inserted externally but internally. They are like inline Cascading Style Sheet.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: In html What is the general syntax for coding an inline image?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the general syntax for inline image?

The general syntax for an inline image in HTML is: <img src="image.jpg" alt="Description of image">


Is true In HTML the general syntax for inline image is srcimage?

We use the img tag with the src attribute, like this:


What will be the HTML syntax of the image after copying it to a CD?

An image does not have an HTML syntax. If you copy an image from a Webpage, you save just the image file (e.g. image.jpg). You do not save any of the HTML code used to tell the browser where to locate the image to display on the page.


What is the exact syntax of img tag in HTML?

The syntax for an image tag is as follows: <img src="image URL" alt="Alternate Image Test" /> You can also include any applicable additional stipulations such as width, height, etc.


Syntax when using image tag to an HTML document?

The basic syntax is:Additional optional attributes include height, width, and border.


An image that is inserted as part of a line of text?

Inline graphic


In-line vs external image?

inline should be used when the image relates closely to the paragraph. otherwise the image should be separated from the textual content.


What is the attribute allows you to specify a video clip that is associated with an inline image?

dynsrc


Which tag is been used to add image using HTML?

Adding an image in you site is done by the syntax below:put this code between the body tags


What is coding for inserting Image in HTMl language?

In HTML: <img src="path/to/image.jpg" alt="Desc. of the Image"> In XHTML: <img src="path/to/image.jpg" alt="Desc. of the Image" />


How can you hyperlink an image?

You put the image in an img tag and insert it all into anchor tags, like this:


How do you put an image on a website what is the code?

The image must be uploaded beforehand. A free host such as imageshack.org or photobucket.com will usually do.