I’m new to HTML and want to display image shown on left.
I have displayed the image which is a table row but I’m not able to get that text (IN shown below blog.com).
How can I write on the image?
Any help appreciated.

EDIT
I tried
.logoBg
{
background-image: url('images/logo01.gif');
background-color: #72c2dd;
}
and
<tr class="logoBg">
<td colspan=5>IN
</td>
</tr>
But I’m only getting text and background color, but NO background image.
As an example:
You could use this as your HTML:
then this as your CSS:
This will place text directly on an image.