Category: HTML

How to Currency Converter using PHP and Google API

Google is providing free of cost Currency Converter API to convert one currency into another currency type. Google Currency Converter API can implement any programming language. I am using PHP to create a currency converter application to convert real-time currency value from one currency type to another currency type. HTML Code PHP Code

Curtain Menu – HTML

We will also say Full Screen Navigation Overlay. One current trend in navigation styles that you may have seen is the full screen navigation overlay. With this type of navigation, toggling the navigation will overlay the menu across the entire screen. I wanted to demonstrate a very simple version of the overlay using JavaScript. <!DOCTYPE html> […]

Bootstrap search box

In this tutorial, we are going to explain to you how to perform the Bootstrap class and create a search form so the below code available just copy and paste that is work and assign the Bootstrap CSS file. HTML Code

How to Preview image before upload with dynamically created input file using Jquery

One thing that jQuery makes really easy is accessing and dynamically modifying the image preview before upload. In popular networking sites such as Facebook and Linkedin, you might have observed the feature called Image Preview. Preview images before the upload are the most required feature for file upload functionality. It helps the user to view […]