Web CodingNov 12, 20201 min readHow to create a BMI calculator with JavaScriptToday I will be teaching you how to create a BMI Calculator using only HTML, CSS and JavaScript. HTML <!DOCTYPE html> <html lang="en">...
Web CodingNov 5, 20201 min readHow to create a tip calculator with JavaScriptToday I will be teaching you how to create a tip calculator using only HTML, CSS and JavaScript. HTML <!DOCTYPE html> <html lang="en">...