Fit the image in fieldset Html - HTML CSS CSS Widget

HTML CSS examples for CSS Widget:Image

Description

Fit the image in fieldset Html

Demo Code

ResultView the demo in separate window

<html>
 <head> 
  <meta name="viewport" content="width=device-width, initial-scale=1"> 
 </head> <!--from  www  .ja v  a2  s.  co  m-->
 <body> 
  <fieldset> 
   <legend>abcas</legend> 
   <img src="https://www.java2s.com/style/demo/Opera.png"> 
  </fieldset>  
 </body>
</html>

Related Tutorials