­
12/02/16 - Yaar No Technology

Search the Whole World Here.,.,

Some of The Most Important SQL Commands

Some of The Most Important SQL Commands

SELECT - extracts data from a database UPDATE - updates data in a database DELETE - deletes data from a database INSERT...
HTML Form - The Submit Button

HTML Form - The Submit Button

<input type="submit"> defines a button for submitting the form data to a form-handler. The form-handler is typically a server...
HTML Form - Radio Button Input

HTML Form - Radio Button Input

<input type="radio"> defines a radio button. Radio buttons let a user select ONE of a limited number of choices: Example <form>   <input type="radio" name="gender" value="male" checked> Male<br>   <input type="radio" name="gender" value="female"> Female<br>   <input type="radio" name="gender" value="other"> Other </form> Try...
Following tips

Following tips

Friends please follow my blog to get direct updates in your mailbox. Get direct mail to you about new posts and updates. Thanking You Abhishek ...
HTML Form - Text Input

HTML Form - Text Input

<input type="text"> defines a one-line input field for text input: Example <form>  First name:<br>  <input type="text" name="firstname"><br> ...

Ads by Google