Código:
<!DOCTYPE html> <html lang="es"> <head> <title>Flises</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> <style type="text/css"> body{ background-image: url ("back.png"); } </style> </head> <body> <img alt="logo" src="images/logo.png"><br> <img alt="tweetfake" src="images/tweetfake.png"> </body> </html>