HTML एट्रिब्यूट्स (Attributes) वेब पेजों में उपयोग होने वाले टैगों (Tags) को विशेषताओं के साथ सम्बोधित करने के लिए उपयोग…
Browsing: Technology
Knowledge mirror gives you quick and accurate solutions for your technical queries. especially in coding languages like HTML, CSS, JS, JQ, PHP and many more.
HTML tags कीवर्ड होते हैं जो यह बताते है कि ब्राउज़र के द्वारा वेबसाइट में मौजूद data को किस प्रकार…
आप knowledge mirror पर आए हैं git के बारे में जानकारी लेने इसका मतलब मै यह मान के चल रहा…
XMLHttpRequest (XHR) is a built-in JavaScript object that allows you to make HTTP requests to a server and retrieve data…
To submit a form using jQuery, you can use the .submit() method. Here’s an example of how you can do…
मैं वेबसाइट पे एचटीएमएल को विस्तार से समझ जा रहा हूं आप एक एक करके टैग के बारे में पढ़े…
There are many ways to show Numbers to Roman Numbers in php. Here is my function which is 100% working…
Here you find the simplest way to integrate Cloudflare recaptcha in php. just make two files1)index.html2) verify.php it is very…
var string=’hello world’; var key=string.replace(/ /g,”); alert(key);//helloworld; Many times we need to Remove all spaces from string javascript. We can…
There are many ways to Calculate age in year month and day in php from date of birth. One of…