Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>Example</title> <style> img { width: 200px; height: 280px; border: 1px solid black; object-fit: fill; } </style> <img src="/pix/samples/16m.jpg" alt="Beach photo">