Posts

Showing posts from June, 2021

Calculator Online

Calculator

POP UP using HTML

Click here for the result Program Code  <html> <head> <script type="text/javascript"> <!-- function sayHello() { alert("Hello World ") } </script> </head> <body> Click here for the result <br> <input type="button" onclick="sayHello()" value="Say Hello" />     </body> </html> Copy Text Program

Copy Text Program Code

 <!DOCTYPE html> <html> <body> <div align="center"> <p>Click "Copy Text" button to copy input text</p> <input type="text" value="Hello World" id="myInput"> <button onclick="myFunction()">Copy Text</button> </div> <script> function myFunction() {   var copyText = document.getElementById("myInput");   copyText.select();   copyText.setSelectionRange(0, 99999)   document.execCommand("copy");   alert("Copied the text: " + copyText.value); } </script> </body> </html> View Output

COPY TEXT MAKER

Click "Copy Text" button to copy input text Copy Text Get program code

Temperature Converter

Temperature Converter. Temperature Converter Celsius Fahrenheit Developed by @Prakhar Doneria.

Word and Character Counter

Word and character counter Word and character counter 0 words and 0 characters Developed by @Prakhar Doneria

ABOUT ME | PRAKHAR DONERIA (Talk with my A.I. assistant)

Yours personal assistant Know me more. Ask : What is your name, Where are you from, What is your hobbies? , How old are you?