#html5
Read more stories on Hashnode
Articles with this tag
Introduction In web development, there are a lot of times when we have to store some user data on the browser storage to make our website more...
Many of us including me, thought that implementing dark theme in any application is a lot of work. But then I learned TailwindCSS, and I found out...
Overview Have you ever wanted to create your own simple game, but didn't know where to start? We create a simple paddle and ball game using...
There are only 2 simple steps Make your website <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Simple Website</title> ...