write the html code to
display an image khokho.jpg with its attributes as height,width,border and align
Answers
Answered by
0
please don't post irreverent questions
Answered by
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