Insertion of img in html at centre

<center><p id='socialicons'>  
</p>
<a href='http://drkko.blogspot.com' target='_blank'><img alt='170pix photo MM_zps9854fb26.gif' border='0' src='http://i1339.photobucket.com/albums/o702/jsane8119/MM_zps9854fb26.gif'/></a>
</center>

about table and cell



<table border="1" cellspacing="5" cellpadding="9">

<tr>
<td>
<p>aaaaaaaaaa</p>
<p>bbbbbbbbbbb</p>
</td>

<td>
  <p>aaaaa</p>
  <p>bbbbb</p>
</td>
</tr>

<tr>
<td>
<p>aaaaaaaaaa</p>
<p>bbbbbbbbbbb</p>
</td>

<td>
  <p>aaaaa</p>
  <p>bbbbb</p>
</td>

<td>
<p>ccccc</p>
<p>ddddd</p>
</td>
</tr>

</table>

iframe


"FOR IFRAME"

<iframe class="mp4downloader_tagChecked " src="about:blank" name="preview" style="background: #efefef; border: solid 1px #cccccc; box-shadow: 5px 5px 5px #CCCCCC; height: 300px; padding: 5px; width:150px;" frameborder="0"></iframe>
<table border="1" cellspacing="1" cellpadding="1">

INSERTION AN IMAGE TO IFRAME
***************************
<iframe class="mp4downloader_tagChecked " src="http://i1339.photobucket.com/albums/o702/jsane8119/commentbg_zpsb566c551.png" name="preview" style="background: #eeefff; border: solid 1px #cccccc; box-shadow: 5px 5px 5px #CCCCCC; height: 200px; padding: 5px; width:150px;" frameborder="0"></iframe>
<table border="1" cellspacing="1" cellpadding="1">

HTML Lesson ( bgcolor, img limitation)

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Easy GIF Animator 5 Personal Preview Image</title></head>
<body bgcolor="#783f04"><img src="gifanpr.gif" height="64" width="64"></body>
</html>