Computer Science, asked by Ranajoy6503, 1 year ago

How would u insert an image file named elephant . Jpg at the very top of a web page?

Answers

Answered by PravinRatta
40

In basic HTML, graphics are placed on web pages which are using the" img" element. The "img" element is an empty element. There is no content that appears between the start and end tags, and hence " img" only requires a start tag. The 'content' is a graphics file, the name of which is used as a value in the src attribute.

<img src=" filename.xxx ">

...where filename.xxx which is the full name (including the file extension) of the graphic to display like hyperlinks.

Answered by bhatig4363gmailcom
62

Answer:

please write only

<img src = Elephant.jpg >

Explanation:

please follow me

Similar questions