index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Color Guessing Game</title> <link rel="stylesheet" href="styles.css"> </head> <body> <h1>Color Guessing Game</h1> <div…
index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="styles.css"> <title>Image slider</title> </head> <body> <h1>Image…
index.html <!DOCTYPE html> <html><head><title>BREAKOUT GAME</title> <style> canvas { border: 1px solid black; display: block; margin: auto; } </style> </head>…
index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Memory Game</title> <link rel="stylesheet" href="styles.css"> </head> <body> <div class="memory-game" id="memory-game"></div> <script src="script.js"></script>…
index.html <link rel="stylesheet" href="./style.css"> <div id="container"> <div id="game"></div> <div id="score">0</div> <div id="instructions">Click to place the block</div> <div class="game-over"> <h2>Game Over</h2>…
index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Click Shape Game</title> <link rel="stylesheet" href="styles.css"> </head> <body> <div class="game-container"> <p class="score">Score:…
index.html <!DOCTYPE html> <html> <head> <title>Currency Converter</title> <link rel="stylesheet" type="text/css" href="anup.css"> </head> <body> <div class="container"> <h1>Currency Converter</h1> <div class="form"> <label…