Web CodingSep 15, 20201 min readHow to create a random number generatorLearn how to create a random number generator with HTML, CSS and JavaScript HTML <!DOCTYPE html> <html lang="en"> <head> <meta...
Web CodingMar 28, 20201 min readBackground image with Text OverlayThis video will teach you how to add a background image with a text overlay to your website. HTML Source Code <!DOCTYPE html> <html...