HTML Text neben Bild mittig ausrichten?

2 Antworten

So könnte es gehen , sorry wenn es bessere möglichkeiten gibt

<body>

<a style="position: absolute; margin-top: 100px">Text</a>  <img style="position: absolute; margin-left:200px" src="D:/BILD.jpg" width="256" height="256" style="border: 0px;" />

</body>