Syntax sederhana website online shop
INDEX HALAMAN UTAMA (index.html) <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Hanina Fashion Shop</title> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200;400&display=swap" rel="stylesheet"> <link rel="stylesheet" href="style.css"> <style> body { background-color:#ddd; } @media only screen and (max-width: 600px) { body { background-color: lightblue; } } </style> </head> <body> <div class="container...