<!DOCTYPE html> <html> <head> <style> body{background-image:url("https://auctions.c.yimg.jp/images.auctions.yahoo.co.jp/image/dr000/auc0404/users/b58116a73a08665971eb5286f607a8ca0b9eaf36/i-img600x450-1524107544sblj1g69134.jpg"); background-repeat: no-repeat; background-size: cover} p{background-color:blue} </style> <title>CSS</title> <meta charset="UTF-8"> </head> <body> <p id="memo">A</p> <h1>BCDE</h1> </body> </html>