HTML CSS examples for CSS Widget:Image Text
Show the text only on the right of the image
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <!--from ww w.j av a 2s.c o m--> <body> <div> <a href="" style="float:left;"> <img src="https://www.java2s.com/style/demo/Opera.png" style=""> </a> <a href="">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi ullamcorper </a> </div> </body> </html>