Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
<!DOCTYPE html> <html> <head><title>Images</title></head> <body style="padding: 20px; font-family: Arial;"> <h2>Sample Images</h2> <img src="https://picsum.photos/400/200" alt="Random photo" width="400"> <p>A 400×200 placeholder image from picsum.photos</p> </body> </html>
Result
Open