set an image on page in html coding
Answers
Answered by
3
☺️
━━━━━━━━━━━━━━━━━━━[texUse the HTML <img> element to define an image.
Use the HTML src attribute to define the URL of the image.
Use the HTML alt attribute to define an alternate text for an image, if it cannot be displayed.
Use the HTML width and height attributes to define the size of the image.
]\mathfrak{\green{Answer.}}[/tex]Use the HTML <img> element to define an image.
Use the HTML src attribute to define the URL of the image.
Use the HTML alt attribute to define an alternate text for an image, if it cannot be displayed.
Use the HTML width and height attributes to define the size of the image.
━━━━━━━━━━━━━━━━━━━
━━━━━━━━━━━━━━━━━━━[texUse the HTML <img> element to define an image.
Use the HTML src attribute to define the URL of the image.
Use the HTML alt attribute to define an alternate text for an image, if it cannot be displayed.
Use the HTML width and height attributes to define the size of the image.
]\mathfrak{\green{Answer.}}[/tex]Use the HTML <img> element to define an image.
Use the HTML src attribute to define the URL of the image.
Use the HTML alt attribute to define an alternate text for an image, if it cannot be displayed.
Use the HTML width and height attributes to define the size of the image.
━━━━━━━━━━━━━━━━━━━
ayu96:
bhai i want only coding
Answered by
1
i am giving you the full Program
<HTML>
<head>
<title>
My page
</title>
</head>
<body>
<IMG SRC ="This_is_an_exapmle.jpg">
</body>
</HTML>
the attachment contains the attributes of image tag <IMG>
<HTML>
<head>
<title>
My page
</title>
</head>
<body>
<IMG SRC ="This_is_an_exapmle.jpg">
</body>
</HTML>
the attachment contains the attributes of image tag <IMG>
Attachments:
Similar questions