CODE BLOCKX

SOLUTION OF ALL YOUR CODING PROBLEMS

How to add Marquee in HTML?

Hello coders, In this blog, you will learn to add Marquee in HTML. Marquee in HTML is used to add Scrollable & Floating text and images...

How to add JavaScript in HTML?

In this blog, you will learn to add JavaScript in HTML. JavaScript is one of the scripting languages that is used in web development to...

How to add Audio in HTML?

Hello Coders, In this blog, you will learn to add audio in HTML. Adding audio is very easy in HTML. This audio feature is currently...

How to add Eye Icon in Password field in HTML?

In this blog, you will learn to add an eye icon in the password field in HTML. We will also use JavaScript to make the icon eye icon work...

How to add Favicon in HTML?

Hello Coders, In this blog, you will learn to add a favicon in HTML. Favicon is a small logo that is present on the left side of the site...

How to add an Upload Button in HTML?

In this blog, you will learn to add an upload button in HTML. We will use the property of the form to create this upload button in HTML. It...

How to add Dark Mode in HTML?

In this blog post, you will learn to add Dark Mode to your website with the help of HTML. We will use CSS & Javascript with HTML. Dark...

How to make a Submit Button Link/Redirect to Another page?

Hello coders, In this blog, you will learn about making a Submit Button Link/redirect to Another Webpage. We will perform this code in two...

How to create a website using HTML on Notepad?

In this blog, You will learn to create a website using HTML on Notepad. Creating website with it is very easy if you know the proper...

How to Design a Calculator in HTML?

In this blog, you will learn to design a calculator in HTML. We will design an HTML calculator in two ways in this blog. The first way is...