Add Inline Images - HTML CSS CSS Widget

HTML CSS examples for CSS Widget:Image

Description

Add Inline Images

Demo Code

ResultView the demo in separate window

<html>
 <head> 
  <meta name="viewport" content="width=device-width, initial-scale=1"> 
 </head> <!--from w w w.  j av a  2 s  .c om-->
 <body> 
  <h2> Test test test <img src="https://www.java2s.com/style/demo/Google-Chrome.png"> this is a test </h2>  
 </body>
</html>

Related Tutorials