Posts

Showing posts with the label how can I create account on blog

ONLINE WHITEBOARD FREE

  Click to see live demo Source Code: <!DOCTYPE html> <head> <meta charset="utf-8" /> <style> * { margin: 0; padding: 0; } body, html { height: 100%; } #myCanvas { cursor: crosshair;     position: fixed; } </style> <title>HTML5 Canvas Drawing Board</title> <script type="text/JavaScript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js?ver=1.4.2"></script> </head> <body> <br><br> <h2>by Prakhar Doneria</h2> <canvas id="myCanvas"> Sorry, your browser does not support HTML5 canvas technology. </canvas>               <script>     window.onload = function() { var myCanvas = document.getElementById("myCanvas"); var ctx = myCanvas.getContext("2d");          // Fill Window Width and Height     myCanvas.width = window.innerWidth; myCanvas.height = wi...

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 program

<!Doctype html>    <html>          <head>              <meta name="viewport" content="width=device-width, intial-scale=1">              <title> Form </title>        </head>   <style>      @import url('https://fonts.googleapis.com/css2?family=Itim&display=swap');      @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');      @import url('https://fonts.googleapis.com/css2?family=Newsreader:wght@300&display=swap');      @import url('https://fonts.googleapis.com/css2?family=Girassol&display=swap');    form {         font-family:'Itim', cursive;             }    button{           border:2px solid black;   ...

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?

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

How to create form in HTML 5

Image
 Write the following codes: <!DOCTYPE html> <html lang="en"> <head> <title>Form By Prakhar</title> </head> <body bgcolor="lightgreen"><form> <p>Enter Name<input type="text" Name= "username" Size=30><br><br> <p> Gender </p> <INPUT type= "Radio"Name= "Gender" Value= "Male" checked> Male <br><br> <INPUT type= "Radio"Name= "Gender" Value= "Female" Checked> Female <p>City</p> <Select Name= "Cities"> <OPTION Selected> Etawah</option> <option> Luchnow</option> <option>Delhi</option> </form> </body> </html> Output:  Also read: Calculator by HTML

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...