Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> .frame { width: 300px; height: 250px; border: 3px solid #ccc; background: #eee; margin: auto; padding: 15px 10px; } img { width: 100%; height: 100%; } </style> </head> <body> <div class="frame"> <img src="/uploads/media/default/0001/01/b408569013c0bb32b2afb0f0d45e93e982347951.jpeg" alt="Nature"> </div> </body> </html>