HTML CODE: <! DOCTYPE html > < html lang = "en" > < head > < meta charset = "UTF-8" > < meta name = "viewport" content = "width=device-width, initial-scale=1.0" > < meta http-equiv = "X-UA-Compatible" content = "ie=edge" > < title > Car </ title > < link rel = "stylesheet" href = "mustang.css" > </ head > < body > < div class = "night" > < div class = "surface" ></ div > < div class = "car" > < img src = "./Img_06.png" alt = "" > </ div > </ div > </ body > <...