Computer Science, asked by smitaoraon888, 6 months ago

write the html code to
display an image khokho.jpg with its attributes as height,width,border and align​

Answers

Answered by Anonymous
0

please don't post irreverent questions

Answered by Agastya0606
3

HTML : Full form of HTML is Standard Markup Language for creating web pages.  HTML elements show the browser how to display the content.

HTML program to display an image:

< html >

  < head >

     < title > Display Image < /title >

  < /head >

  < body >

     < img src = "khikho.jpg" alt="abcdefgh" width="200"

        height="80" style="border:5px solid black" style="vertical-align:middle >

  < /body >

< /html >

Similar questions