SlideShare una empresa de Scribd logo
1 de 13
Forms
and
Buttons
Button
 The <button> tag defines a clickable button.
 Inside a <button> element you can put
content, like text or images. This is the
difference between this element and buttons
created with the <input> element.
Example (tags)
<html>
<head>
<title>Buttons</title>
</head>
<body>
<a href="http://www.google.com"> <button>
Search </button> <a/>
</body>
</html>
FORMS
 are used to pass data to a server.
 An HTML form can contain input elements
like text fields, checkboxes, radio-
buttons, submit buttons and more. A form
can also contain select
lists, textarea, fieldset, legend, and label
elements.
The <form> tag is used to
create an HTML form:
<form>
.
input elements
.
</form>
HTML FORM
INPUT ELEMENTS
1. Text Fields
 <input type="text"> defines a one-line input
field that a user can enter text into:
<form>
First name: <input type="text"
name="firstname"><br>
Last name: <input type="text"
name="lastname">
</form>
2. Password Field
 <input type="password"> defines a password
field:
<form>
Password: <input type="password"
name="pwd">
</form>
Radio Buttons
 <input type="radio"> defines a radio button.
Radio buttons let a user select ONLY ONE of a
limited number of choices:
<form>
<input type="radio" name="sex"
value="male">Male<br>
<input type="radio" name="sex"
value="female">Female
</form>
Checkboxes
 <input type="checkbox"> defines a checkbox.
Checkboxes let a user select ZERO or MORE
options of a limited number of choices.
<form>
<input type="checkbox" name="vehicle"
value="Bike">I have a bike<br>
<input type="checkbox" name="vehicle"
value="Car">I have a car
</form>
Drop-down List
<html>
<body>
<form>
<select>
<option value="Nokia">Nokia</option>
<option value="Samsung">Samsung</option>
<option value="Blackberry">Blackberry</option>
<option value="Apple">Apple</option>
</select>
</form>
</body>
</html>
Submit Button
<html>
<head>
<title>Buttons</title>
</head>
<body>
<a href="http://www.google.com"> <button> Search
</button> <a/>
</body>
</html>

Más contenido relacionado

La actualidad más candente

Microsoft Word 2013 Quickstart
Microsoft Word 2013 QuickstartMicrosoft Word 2013 Quickstart
Microsoft Word 2013 Quickstart
comatsg
 
Office productivity tools (part i) (3.13 mb)
Office productivity tools (part i) (3.13 mb)Office productivity tools (part i) (3.13 mb)
Office productivity tools (part i) (3.13 mb)
IMRAN KHAN
 
Adding A New Field
Adding A New FieldAdding A New Field
Adding A New Field
EMAINT
 
Office productivity tools (part ii) (5.71 mb)
Office productivity tools (part ii) (5.71 mb)Office productivity tools (part ii) (5.71 mb)
Office productivity tools (part ii) (5.71 mb)
IMRAN KHAN
 
Office productivity tools (part ii) (2.74 mb)
Office productivity tools (part ii) (2.74 mb)Office productivity tools (part ii) (2.74 mb)
Office productivity tools (part ii) (2.74 mb)
IMRAN KHAN
 
Advanced Editing Acrobat Forms
Advanced Editing Acrobat FormsAdvanced Editing Acrobat Forms
Advanced Editing Acrobat Forms
Karen Baker
 

La actualidad más candente (20)

How to use microsoft word
How to use microsoft wordHow to use microsoft word
How to use microsoft word
 
MS Excel Training(Basic)
MS Excel Training(Basic)MS Excel Training(Basic)
MS Excel Training(Basic)
 
Customizing document templates
Customizing document templates Customizing document templates
Customizing document templates
 
Document Generation in Dynamics CRM 2016
Document Generation in Dynamics CRM 2016Document Generation in Dynamics CRM 2016
Document Generation in Dynamics CRM 2016
 
Microsoft Word 2013 Quickstart
Microsoft Word 2013 QuickstartMicrosoft Word 2013 Quickstart
Microsoft Word 2013 Quickstart
 
Office productivity tools (part i) (3.13 mb)
Office productivity tools (part i) (3.13 mb)Office productivity tools (part i) (3.13 mb)
Office productivity tools (part i) (3.13 mb)
 
Adding A New Field
Adding A New FieldAdding A New Field
Adding A New Field
 
Task 2
Task 2Task 2
Task 2
 
Productivity programs excel assignment 1
Productivity programs excel assignment 1Productivity programs excel assignment 1
Productivity programs excel assignment 1
 
Computer application lab file
Computer application lab fileComputer application lab file
Computer application lab file
 
Html basics
Html basicsHtml basics
Html basics
 
Microsoft Excel Basic Features
Microsoft Excel Basic FeaturesMicrosoft Excel Basic Features
Microsoft Excel Basic Features
 
Lesson 20
Lesson 20Lesson 20
Lesson 20
 
Office productivity tools (part ii) (5.71 mb)
Office productivity tools (part ii) (5.71 mb)Office productivity tools (part ii) (5.71 mb)
Office productivity tools (part ii) (5.71 mb)
 
Word prcessing nayanika
Word prcessing   nayanikaWord prcessing   nayanika
Word prcessing nayanika
 
MS Word's main menu
MS Word's main menuMS Word's main menu
MS Word's main menu
 
Document generation
Document generationDocument generation
Document generation
 
Office productivity tools (part ii) (2.74 mb)
Office productivity tools (part ii) (2.74 mb)Office productivity tools (part ii) (2.74 mb)
Office productivity tools (part ii) (2.74 mb)
 
Ms word
Ms wordMs word
Ms word
 
Advanced Editing Acrobat Forms
Advanced Editing Acrobat FormsAdvanced Editing Acrobat Forms
Advanced Editing Acrobat Forms
 

Destacado (8)

Introduction to Basic Spreadsheets
Introduction to Basic SpreadsheetsIntroduction to Basic Spreadsheets
Introduction to Basic Spreadsheets
 
Excel.t01
Excel.t01Excel.t01
Excel.t01
 
Excel functions
Excel functionsExcel functions
Excel functions
 
Algorithm and pseudo codes
Algorithm and pseudo codesAlgorithm and pseudo codes
Algorithm and pseudo codes
 
Introduction to spreadsheets
Introduction to spreadsheetsIntroduction to spreadsheets
Introduction to spreadsheets
 
Introduction To Multimedia
Introduction To MultimediaIntroduction To Multimedia
Introduction To Multimedia
 
multimedia technologies Introduction
multimedia technologies Introductionmultimedia technologies Introduction
multimedia technologies Introduction
 
multimedia element
multimedia elementmultimedia element
multimedia element
 

Similar a Forms and buttons

Designing web pages html forms and input
Designing web pages html  forms and inputDesigning web pages html  forms and input
Designing web pages html forms and input
Jesus Obenita Jr.
 
HTML Foundations, pt 3: Forms
HTML Foundations, pt 3: FormsHTML Foundations, pt 3: Forms
HTML Foundations, pt 3: Forms
Shawn Calvert
 
Web topic 20 1 html forms
Web topic 20 1  html formsWeb topic 20 1  html forms
Web topic 20 1 html forms
CK Yang
 
Web topic 20 2 html forms
Web topic 20 2  html formsWeb topic 20 2  html forms
Web topic 20 2 html forms
CK Yang
 
Html 5-tables-forms-frames (1)
Html 5-tables-forms-frames (1)Html 5-tables-forms-frames (1)
Html 5-tables-forms-frames (1)
club23
 

Similar a Forms and buttons (20)

Designing web pages html forms and input
Designing web pages html  forms and inputDesigning web pages html  forms and input
Designing web pages html forms and input
 
FYBSC IT Web Programming Unit II Html 5 Tables, Forms and Media
FYBSC IT Web Programming Unit II  Html 5 Tables, Forms and MediaFYBSC IT Web Programming Unit II  Html 5 Tables, Forms and Media
FYBSC IT Web Programming Unit II Html 5 Tables, Forms and Media
 
HTML Tables and Forms
HTML Tables and Forms HTML Tables and Forms
HTML Tables and Forms
 
HTML Forms
HTML FormsHTML Forms
HTML Forms
 
Lectures-web
Lectures-webLectures-web
Lectures-web
 
HTML
HTML HTML
HTML
 
HTML Foundations, pt 3: Forms
HTML Foundations, pt 3: FormsHTML Foundations, pt 3: Forms
HTML Foundations, pt 3: Forms
 
Web topic 20 1 html forms
Web topic 20 1  html formsWeb topic 20 1  html forms
Web topic 20 1 html forms
 
Web topic 20 2 html forms
Web topic 20 2  html formsWeb topic 20 2  html forms
Web topic 20 2 html forms
 
Html 5-tables-forms-frames (1)
Html 5-tables-forms-frames (1)Html 5-tables-forms-frames (1)
Html 5-tables-forms-frames (1)
 
Web(chap2)
Web(chap2)Web(chap2)
Web(chap2)
 
Html tables, forms and audio video
Html tables, forms and audio videoHtml tables, forms and audio video
Html tables, forms and audio video
 
Lect# 1 html part ii
Lect# 1 html part iiLect# 1 html part ii
Lect# 1 html part ii
 
Forms
FormsForms
Forms
 
CSS_Forms.pdf
CSS_Forms.pdfCSS_Forms.pdf
CSS_Forms.pdf
 
html forms
html formshtml forms
html forms
 
Html forms
Html formsHtml forms
Html forms
 
HTML Basic
HTML BasicHTML Basic
HTML Basic
 
Html
HtmlHtml
Html
 
HTML Forms
HTML FormsHTML Forms
HTML Forms
 

Más de cherrybear2014

Más de cherrybear2014 (10)

Basics excel 20102
Basics excel 20102Basics excel 20102
Basics excel 20102
 
Uml
UmlUml
Uml
 
Session2
Session2Session2
Session2
 
11 scripting languages
11 scripting languages11 scripting languages
11 scripting languages
 
5 software design
5 software design5 software design
5 software design
 
Table tags 2
Table tags 2Table tags 2
Table tags 2
 
Intro to html
Intro to htmlIntro to html
Intro to html
 
Designing the product page
Designing the product pageDesigning the product page
Designing the product page
 
Conditional statements
Conditional statementsConditional statements
Conditional statements
 
Check,combo,list,picture box
Check,combo,list,picture boxCheck,combo,list,picture box
Check,combo,list,picture box
 

Último

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 

Último (20)

Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 

Forms and buttons