HTML CSS examples for CSS Widget:Image
Fit the image in fieldset Html
<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>