Sharp Tutorial
HTML Forms

Python

Java

C

C++

HTML/CSS

Java Script

PHP

SQL

C Programs

HTML

  • HTML Home
  • Introduction
  • HTML Element
  • Commonly used tags
  • Hyperlinks
  • Images in HTML
  • Div in HTML
  • Html Forms
  • Html Tables
  • Miscellaneous Topics

CSS

  • Introduction to CSS
  • How to apply CSS
  • CSS Selectors
  • Border in CSS
  • Text Formatting in CSS
  • Font Properties
  • Margin in CSS
  • CSS in List
  • CSS in Link
  • CSS Animation
  • CSS Effects
  • CSS Pagination
  • CSS Media Query

Java Script

  • Java Script Home
  • Introduction to Java Script
  • Variable in Java Script
  • Operators in Java Script
  • If-Else in Java Script
  • Loops in Java Script
  • Array in Java Script
  • Function in Java Script
  • Objects in Java Script
  • Java Script DOM

HTML Forms

HTML  Forms are mainly used to take input from the use like input text, radio button, drop down list, check box etc.

<form> (Opening tag) & </form> (closing tag)

<form action=“submiturl” method=“post/get”> 

Commonly HTML Form elements are as following-:

  • <input type=“text” name=“textname”></input>
  • <input type=“radio” name=“gender” value=“Male”></input>
  • <input type=“submit” name=“b1” value=“ok”></input>
  • <input type=“checkbox” name=“hobbies” value=“cricket”></input>
  • <select name=“course”>

    <option>item1</option>

    <option>item2</option>

    </select>
  • <textarea> </textarea>
 <html>
<title>JS Introduction </title>
<head>
<script>
document.write("this is js print");
</script>
<body>
<center>
<h3>Home Page</h3>
<a href="home.html">Home</a><br><br>
<a href="about.html">About Us</a>
</center>
</body>
</html>

Enquiry about Course

Ask your Question

Click Here

Sharp (2) Tutorials

Video/ C Introduction

Watch video in full size

Video tutorial

Follow by Email
Facebook
Facebook
fb-share-icon
YouTube
Copyright © Sharp Tutorial
Build with WordPress
Wordpress Social Share Plugin powered by Ultimatelysocial
Sharp Tutorial