Posts

Showing posts from December, 2024

MY PROFILE

  RAJESHWARI WEB DISIGNER/WEB DEVELOPER I am a passionate web designer with a strong focus on crafting intuitive and visually appealing web applications using HTML and CSS. My dedication lies in creating user-centered designs that are both functional and aesthetically pleasing. With a bachelor's degree in Computer Science and ongoing master's studies, I am committed to continuous learning and innovation in the field of web design.

My Profile

Image
Hi! I am Rajeshwari        I am interested to IT field work. I like dance and song. About Me         I am a full stack developer with a passion for creating interactive and dynamic web applications. I am in part jober. Education          1) I have completed my bachelor degree in computer science             2) During my master degree in computer science  Skills Front-End         •  HTML          • CSS         • Java script          • Bo otstrap  Contact Me       * r2799921@gmail.com                   

Registration Form

Image
 <html>   <head>     <title>Registration Form</title>   </head>   <body>     <h2>Registration Form</h2>     <label>first name</label>     <input type="text">     <br>     <label>last name</label>     <input type="text">     <br>     <label>email</label>     <input type="email">     <br>     <label>password</label>     <input type="password ">     <br>     <label>contact</label>     <input type="number">     <br>     <label>gender</label>     <input type="gender">     <br>     <input type="submit">   </body> </html> Output:

Login form

Image
Source code: <html>     <head>         <title>login form</title>     </head>     <body>         <h1>login form</h1>         <label>name</label>         <input type="text">         <br>         <label>age</label>         <input type="number">         <br>         <label>password</label>         <input type="password">         <br>         <input type="submit">     </body> </html>   Output: