CSS placement Title, image, text and read more link - HTML CSS CSS Widget

HTML CSS examples for CSS Widget:Image Text

Description

CSS placement Title, image, text and read more link

Demo Code

ResultView the demo in separate window

<html>
 <head></head> 
 <body> 
  <div class="mainbody"> 
   <h1>Lorem ipsu</h1> 
   <img src="https://www.java2s.com/style/demo/Opera.png" class="leftimage"> 
   <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi ullamcorper molestie lacus sed fermentum. Aliquam erat volutpat. Vestibulum tortor neque, ornare vitae tempor hendrerit, luctus at neque. Phasellus sed quam pharetra, tincidunt tortor in, p</p> 
  </div>  <!--  w w  w .  jav a 2  s .  c o  m-->
 </body>
</html>

Related Tutorials