SlideShare uma empresa 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>

Mais conteúdo relacionado

Mais procurados

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
 

Mais procurados (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
 

Destaque (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
 

Semelhante 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
 

Semelhante 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
 

Mais de cherrybear2014

Mais 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

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Último (20)

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
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
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
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer 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
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
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
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
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...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
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
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
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)
 

Forms and buttons