All posts tagged: html

Calculator Project Using HTML CSS & JavaScript

𝗖𝗮𝗹𝗰𝘂𝗹𝗮𝘁𝗼𝗿 𝗣𝗿𝗼𝗷𝗲𝗰𝘁 𝗨𝘀𝗶𝗻𝗴 𝗛𝗧𝗠𝗟, 𝗖𝗦𝗦 & 𝗝𝗮𝘃𝗮𝗦𝗰𝗿𝗶𝗽𝘁!

<!DOCTYPE html> <html lang=”en”> <head>   <meta charset=”UTF-8″>   <meta name=”viewport” content=”width=device-width, initial-scale=1.0″>   <title>Simple Calculator</title>   <link rel=”stylesheet” href=”styles.css”> </head> <body>     <h1>Simple Calculator Project</h1>     <h2 style= “font-size:15px;”>using HTML, CSS, Java […]

Read more Read More In: Career, Insights, Tech