Is there any way to make text vertically be aligned text Hello World!
to middle of table cell without splitting into two cells?
<table border="1">
<tr>
<td valign="middle" style="vertical-align:middle;">
Hello World! <img src="https://www.google.com/images/srpr/logo3w.png" border="1" />
</td>
</tr>
</table>
You need to vertically align the image, not the td element.