► Source Code & Notes: https://codewithharry.com/videos/web-development-in-hindi-8
►This video is a part of this Complete Web Development in Hindi Course Playlist: https://www.youtube.com/playlist?list=PLu0W_9lII9agiCUZYRsvtGTXdxkzPyItg
►Click here to subscribe – https://www.youtube.com/channel/UCeVMnSShP_Iviwkknt83cww
►Checkout my English channel here: https://www.youtube.com/ProgrammingWithHarry

Best Hindi Videos For Learning Programming:

►Learn Python In One Video – https://www.youtube.com/watch?v=ihk_Xglr164

►Python Complete Course In Hindi – https://www.youtube.com/playlist?list=PLu0W_9lII9agICnT8t4iYVSZ3eykIAOME

►C Language Complete Course In Hindi –
https://www.youtube.com/playlist?list=PLu0W_9lII9aiXlHcLx-mDH1Qul38wD3aR&disable_polymer=true

►JavaScript Complete Course In Hindi –
https://www.youtube.com/playlist?list=PLu0W_9lII9ajyk081To1Cbt2eI5913SsL

►Learn JavaScript in One Video – https://www.youtube.com/watch?v=onbBV0uFVpo

►Learn PHP In One Video – https://www.youtube.com/watch?v=xW7ro3lwaCI

►Django Complete Course In Hindi –
https://www.youtube.com/playlist?list=PLu0W_9lII9ah7DDtYtflgwMwpT3xmjXY9

►Machine Learning Using Python – https://www.youtube.com/playlist?list=PLu0W_9lII9ai6fAMHp-acBmJONT7Y4BSG

►Creating & Hosting A Website (Tech Blog) Using Python – https://www.youtube.com/playlist?list=PLu0W_9lII9agAiWp6Y41ueUKx1VcTRxmf

►Advanced Python Tutorials – https://www.youtube.com/playlist?list=PLu0W_9lII9aiJWQ7VhY712fuimEpQZYp4

►Object Oriented Programming In Python – https://www.youtube.com/playlist?list=PLu0W_9lII9ahfRrhFcoB-4lpp9YaBmdCP

►Python Data Science and Big Data Tutorials – https://www.youtube.com/playlist?list=PLu0W_9lII9agK8pojo23OHiNz3Jm6VQCH

Follow Me On Social Media
►Website (created using Flask) – http://www.codewithharry.com
►Facebook – https://www.facebook.com/CodeWithHarry
►Instagram – https://www.instagram.com/codewithharry/
►Personal Facebook A/c – https://www.facebook.com/geekyharis
Twitter – https://twitter.com/Haris_Is_Here

source

36 Comments

  1. sub kuch thik thak hai but mere submit and reset button kam nehi kar raiye . my code here
    <!DOCTYPE html>

    <html lang="en">

    <head>

    <meta charset="UTF-8">

    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>form and input </title>

    </head>

    <body>

    <h2>This is HTML form tutorial</h2>

    <form action="backend.php"></form>

    <label for="name">NAME</label>

    <div><br>

    <input type="text" name="myName" id="name">

    </div>

    <div><br>

    ROLE : <input type="text" name="myrole">

    </div><br>

    <div>

    EMAIL : <input type="email" name="myGmail">

    </div>

    <div>

    <br>

    DATE : <input type="date" name="myDate" >

    </div>

    <div>

    <br>

    NUMBER : <input type="number" name="myNumber" >

    </div>

    <div>

    <br>

    Are you aligible? <input type="checkbox" name="myEligibility" checked>

    </div>

    <div>

    <br>

    your gender : Male <input type="radio" name="myGender" >

    Female <input type="radio" name="myGender" >

    Other <input type="radio" name="myGender" >

    </div>

    <div>

    write about yourself : <br><textarea name="myText" id="" cols="30" rows="10"></textarea>

    </div>

    <div><br>

    <label for="bike">Bike</label>

    <select name="myBike" id="bike">

    <option value="indica">INDICA</option>

    <option value="violet">VIOLET</option>

    </select>

    </div>

    <div>

    <br>

    <input type="submit" value="submit now">

    <input type="reset" value="reset now">

    <div>

    </body>

    </html>

    check please anyone

  2. Bhaiya mere ko ek problem hai….
    Aap ne jo code kiya h input type=number
    To aap ke code mai sirf number aa rhe h but mere mai aisa nhi h
    Just maine Jo change Kiya h usmai BONUS ki jgh maine AGE mention Kiya h

  3. harry bhai khabi hmare visual studio code men Emmet abbreviation hae jo auto fill hote hae wo show nahi hote. jesa kae hum shru men ! lga kr enter marte hain wo emmet nahi ate hae wahn pr.. yeah problem bta nahi kase hae,, btana plz

  4. meri website responsive nahi hai kyuki mai jbb submit prr click kr rha huun to
    kuch bhi nahi aarha ki backend mai data nahi or reset kr rha huun to reset bhi ni horha
    <div>

    <input type="submit" value="SUBMIT NOW">

    <input type="reset" value="RESET NOW">

    </div>
    anyone?

  5. 10:09
    Aaj mere class mein sir bass itna likhwaye
    <input type="radio" value= "male"> male
    Aur female k liye same but jab avi maine esko banaya toh yeh dono radio buttom ek baar mein select ho rha how ???

  6. <h1>web development<h1>

    <div class="container'>

    <pid="item'>This course isaabsolute amazing course forabeginner who is going to make his entry into the web

    development field.all concepts were covered inaverry simple and great manner.thanks for coming up with such an awesome …

    Read more

Leave A Reply

Please enter your comment!
Please enter your name here