Posts

Krushnakumar Bhusara

Image
 New open 

Krushnakumar bhusara

Image
  https://youtu.be/MkOKgOO1nX0?si=N7adRxA3avQSkaGJ

Python krushnakumar

<!-- index.html --> <!DOCTYPE html> <html lang="en"> <head>     <meta charset="utf-8">     <title>Am I HTML already?</title> </head> <body> <h1>Hello, World Wide Web!</h1> <p>This is my first website.</p> <h2>About me</h2> <p>I'm a Python programmer and a bug collector.</p> <h3>Random facts</h3> <p>I don't just <em>like</em> emoji,<br> I <strong>love</strong> emoji!</p> <p>My most-used emoji are:</p> <ol>     <li>🐞</li>     <li>🐍</li>     <li>👍</li> </ol> <h2>Links</h2> <p>My favorite websites are:</p> <ul>     <li>realpython.com</li>     <li>python.org</li>     <li>pypi.org</li> </ul> </body> </html> ...

Krushnakumarbhusara

Image
 @krushnakumarbhusara

Krushnakumarbhusara

Image
 

Krushnakumar Bhusara Rice mill

  https://sites.google.com/d/1ogpLdS8nV94vPlZMPBLrNRbdd-C2GPlD/edit

Krushnakumarbhusara

<!-- Html Document Begins--> <!DOCTYPE html> <html> <!-- Header Section--> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Comp atible" content="IE=edge" /> <meta name="viewport" conten t="width=device-width, initial-scale= 1.0" /> Student Registration Form <title> </title> </head> <!--Body of the Webpage--> <body bgcolor="orange"> <!--Start of Form--> <div style="margin: auto;width: 3 0%;"> <form> <h2>Student Registration For m</h2> <p>Fill in this form to register</ p> <br> <!--Input elemets for form--> <label><b>First Name</b></la bel> <input type="text" placeholder ="Enter your first name" name="first_ name" required> <br> <br> <label><b>Last Name</b></la bel> <input type="t...