A Beginner's Guide to Node Package Manager (NPM)When we start building Node applications as beginners, many of us don't learn the details about Node Package Manager (in short, npm); we just focus on building the Node application, which I also used to do. But as I progressed in my career, I learned...May 4, 2025·8 min read
Audio and Video Tag in HTMLIn this article, we are going to learn about audio and video tags, how these tags are used in HTML pages, and how these tags work. I hope you must learn something new from this article, so let's start. Audio Tag HTML audio tag is used to define sound...Dec 16, 2022·3 min read
Input Elements In HTMLIn this article, we are going to learn about different types of Input Elements in HTML. How do these elements work, what properties do they have and what attributes are they used? What are Input Elements? Input Elements are those tags in which the us...Dec 15, 2022·5 min read
HTML ElementIn this article, we are going to know what is HTML, why we use HTML, and What are HTML Elements. I hope you understand whatever I explain here. What is HTML? HTML stands for HyperText Markup Language. It is a standard markup language for web page cre...Dec 7, 2022·6 min read
Web ServerIn this article, we learn about Web Server. We are going to learn What is Web Server, How it works and What popular Web Servers are there around us. What is a Web Server? How does a Web Server work? Popular Web Server What is a Web Server? Befor...Dec 7, 2022·4 min read