Programmer Coding

Uncategorized

Infosys Recruitment Hiring Any Graduates Freshers for Process Executive

Infosys Recruitment Hiring Any Graduates Freshers for Process Executive Infosys Recruitment Hiring Any Graduates Freshers for Process Executive. Infosys is conducting an off campus recruitment drive. Below are the Infosys Job description, Eligibility, and details.   Company Name: Infosys Job Role: Process Executive Location: Bangalore Experience: Freshers Education: BE, B-Tech, ME, M-Tech, MCA, MSc (Integrated […]

Infosys Recruitment Hiring Any Graduates Freshers for Process Executive Read More »

Tic-Tac-Toe Game Using HTML CSS JavaScript..

index.html <!DOCTYPE html> <html lang=”en”>   <head>     <meta charset=”UTF-8″ />     <meta name=”viewport” content=”width=device-width, initial-scale=1.0″ />     <title>Tic-Tac-Toe Game</title>     <link rel=”stylesheet” href=”style.css” />   </head>   <body>     <div class=”msg-container hide”>       <p id=”msg”>Winner</p>       <button id=”new-btn”>New Game</button>     </div>     <main>

Tic-Tac-Toe Game Using HTML CSS JavaScript.. Read More »

Praposal Project Using HTML,CSS.JS

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=”style.css”> <title>Target Shooting Game</title> </head> <body> <div id=”game-container”>     <div class=”box”>     <h1>Do you love me?💓</h1>     <button id=”target”>No</button>     <button id=”yes” >Yes</button>     </div> </div> <script src=”script.js”></script> </body> </html> Style.css .box{     margin-top: 200px;

Praposal Project Using HTML,CSS.JS Read More »

Scroll to Top