Web CodingSep 8, 20201 min readHow to create a quadratic equation solverLearn how to create a quadratic equation solver using only HTML, CSS and JavaScript HTML and CSS <!DOCTYPE html> <html lang="en"> <head>...
Web CodingSep 6, 20201 min readHow to create a percentage to decimal converterLearn how to create a percentage to decimal converter with HTML, CSS and JavaScript HTML <!DOCTYPE html> <html lang="en"> <head> <meta...