Posts

Showing posts with the label bloging

Online Free HTML CSS JAVASCRIPT editor

Image
Online Games Click on Image If Editor is not visible than open page in Desktop Mode and Copy/Paste to see output. Run writecode

HOW TO ADD PIE CHART IN HTML | PRAKHAR DONERIA

Input:   <html>   <head>     <script type = "text/javascript" src = "https://www.gstatic.com/charts/loader.js" ></script>     <script type = "text/javascript" >       google . charts . load ( "current" , { packages :[ "corechart" ]});       google . charts . setOnLoadCallback ( drawChart );       function drawChart () {         var data = google . visualization . arrayToDataTable ([           [ 'Task' , 'Hours per Day' ],           [ 'Work' ,     11 ],           [ 'Eat' ,       2 ],           [ 'Commute' ,   2 ],           [ 'Watch TV' , 2 ],           [ 'Sleep' ,     7 ]         ]);     ...

DARK MODE USING HTML,CSS,JAVASCRIPT

Toggle Dark/Light Mode Click the button to toggle between dark and light mode for this page. Toggle dark mode Program Code POP Up using HTML

ANIMATION USING HTML AND CSS | HTML | PRAKHAR DONERIA | OUTPUT PROGRAM

Image
Note: This example does not work in Internet Explorer 9 and earlier versions. Note: This example does not work in Internet Explorer 9 and earlier versions.

FEEDBACK FORM

Image
Form Feedback Form First name : Middle name : last name : DOB : Mo no : Email-id : Password : Select your city : Mumbai Etawah Others Select your gender : Male Female Feedback : Enter your feedback here. Select feedback type :-- Excellent Good Average ...

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

How to create Toogle Button using HTML and JavaScript | Prakhar Doneria

Download Zip for this program codes click me

How to create a mobile vibrate program using html?

Page Title Vibrate mobile for 10 sec vibrate for 5 sec Download PDF click me

What is a Blogs? How to create account on Blog?

What is a blog?How to create a Blog account? Prakhar Doneria A blog is a way to create free of cost web pages which can we uploaded online on search engines for free.The world "BLOG" comes from "WEB BLOG" . A blog provides a free domain name to a person who uses it.One of the most common blog site is GOOGLE BLOG which gives free service to its user. It is one of the most common site in which every age person can post his/her blog according to his/her choice.A blog provides a secure place for its user. The topic placed on a blog can be from personal to profesional. It is intresting to know about a person who uses a "BLOG" is called "BLOGGER". The emergence and growth of blogs in the late 1990s coincided with the advent of web publishing tools that facilitated the posting of content by non-technical users who did not have much experience with HTML or computer programming. Previously, a knowledge of such technologies as HT...