The img element for the web?

Asked By 0 points N/A Posted on -
qa-featured

Hello,

What is the IMG element? How does it work? Where does it use? Please tell me about details. Is IMG element important to web page?

SHARE
Best Answer by AlfordCharisse
Answered By 5 points N/A #164823

The img element for the web?

qa-featured

Hello Zzijiao,

Img element is very import for web page designing. We see many images in a web site that is attached by web page designing code. In html the image code is shown according below code.

Example: <img>. Image code has some attributes like src, height, width etc.

Thanks.

Answered By 0 points N/A #164824

The img element for the web?

qa-featured

Hi Zzijiao,

You may see in every web site there are some images which increases the web site beauty. Images are added in web page by html code. Now we can see the html code.

Here is the example: <img src=”../images/home.jpg” width=”50” height=”40”>.

The example code is standard code for html image code.

Thanks.

Best Answer
Best Answer
Answered By 0 points N/A #164825

The img element for the web?

qa-featured

Hello Zzijiao,

The IMG (Image) elements basically allows an IMG (image) file to be inserted with in HTML document.  So that you can include pictures with your text. Yes Image elements are indeed important to a web page for the illustration and further explanations that cannot be given sometimes using only text. We use IMG elements in a HTML code  using <IMG> tag. 

Thanks

Related Questions