Computer Science, asked by devilbadshah, 1 year ago

write html code to send an image to [email protected]

Answers

Answered by anitacort100
0

To: [email protected]

Subject: Receive this  image!

MIME-Version: 1.0

Content-Type: text/html; charset="ISO-8859-1"


<html>

<body>

<p>

This is a paragraph displayed before the picture.

</p>

<div style="float:left; margin-right:15px; margin-bottom:5px">

<img src="https://example.com/images/[[iupload]]"

width="[[iwidth]]"

height="[[iheight]]"

border="0"

alt="my picture">

<br>

<span style="font-size:smaller;">

[[icaption]]

</span>

</div>

<p>

This is a paragraph displayed after the picture.

</p>

</body>

</html>



Similar questions