<!DOCTYPE html> <html> <head> <style> img { display: block; margin-left: 200px; height: 100px; width: 100px; } </style> </head> <body> <img src="../bugs/solidblue.png"> </body> </html>