Basics of Web Design 1 Copyright © 2016 Pearson Education, Inc., Hoboken NJ.

Slides:



Advertisements
Similar presentations
Tutorial 6 Creating a Web Form
Advertisements

1 Introduction to HTML II อุทัย เซี่ยงเจ็น สำนักวิชาเทคโนโลยีสารสนเทศ และการสื่อสาร มหาวิทยาลัยนเรศวร พะเยา.
Chapter 6 Basic forms 1. Forms and query string 2 form : a group of user input (UI) controls that accepts information from the user and sends the information.
Technologies for web publishing Ing. Václav Freylich Lecture 4.
Tutorial 6 Working with Web Forms
Form Basics CS Web Data  Most interesting web pages revolve around data  examples: Google, IMDB, Digg, Facebook, YouTube, Rotten Tomatoes  can.
Tutorial 6 Working with Web Forms. XP Objectives Explore how Web forms interact with Web servers Create form elements Create field sets and legends Create.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 9 Key Concepts 1 Copyright © Terry Felke-Morris.
Doncho Minkov Technical Trainer Telerik School Academy.
HTML Tables and Forms Creating Web Pages with HTML CIS 133 Web Programming Concepts 1.
User Interface Design using jQuery Mobile CIS 136 Building Mobile Apps 1.
Web Development & Design Foundations with XHTML Chapter 9 Key Concepts.
Chapter 10 Form Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
1 Web Developer & Design Foundations with XHTML Chapter 6 Key Concepts.
Tutorial #9 – Creating Forms. Tutorial #8 Review – Tables Borders (table, gridlines), Border-collapse: collapse; empty-cells: show; and rowspan, colspan.
Additional Topics. Tutorial #9 Review – Forms Forms Legend and fieldset Fields Text Password Radio buttons, check box, text area, select lists Buttons.
WEB FORM DESIGN. Creating forms for a web page For your web project you have to design a form for inclusion on your web site (the form information should.
Web Development & Design Foundations with XHTML
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 6 Key Concepts 1 Copyright © Terry Felke-Morris.
Tables and Forms HTML5 Tables and Forms. Table Overview table element ( ) Attributes: align (left, right, center), bgcolor, border, cellpadding, cellspacing,
Basics of Web Design 1 Copyright © 2016 Pearson Education, Inc., Hoboken NJ.
CHAPTER 10 Formatting Tables and Forms. Using Tables the Right Way  HTML and XHTML have a LOT of tags dedicated to building a table  If you have only.
Tutorial 7 Creating Forms. Objectives Session 7.1 – Create an HTML form – Insert fields for text – Add labels for form elements – Create radio buttons.
INTRODUCTORY Tutorial 8 Creating Forms. XP New Perspectives on Blended HTML, XHTML, and CSS2 Objectives Create an HTML form Create fields for text Create.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 9 Key Concepts 1 Copyright © Terry Felke-Morris.
HTML Concepts and Techniques Fourth Edition Project 7 Creating a Form on a Web Page.
Basics of Web Design 1 Copyright © 2016 Pearson Education, Inc., Hoboken NJ.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Slide 1 CMPS 211 Internet Programming Spring 2008 Forms Chapter 17 4/22/08.
HTML Forms.
LOGO FORMs in HTML CHAPTER 5 Eastern Mediterranean University School of Computing and Technology Department of Information Technology ITEC229 Client-Side.
Web Development & Design Foundations with XHTML Chapter 9 Key Concepts.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 9 Key Concepts 1 Copyright © Terry Felke-Morris.
HTML - Forms By Joaquin Vila, Ph.D.. Form Tag The FORM tag specifies a fill-out form within an HTML document. More than one fill-out form can be in a.
Week 9 - Form Basics Key Concepts 1. 1.Describe common uses of forms on web pages 2.Create forms on web pages using the form, input, textarea, and select.
HTML Form Teppo Räisänen LIIKE/OAMK Basic Structure of a HTML Form The element defining a form is ’form’ Form’s most important attributes are The.
Tutorial 6 Working with Web Forms. XP Objectives Explore how Web forms interact with Web servers Create form elements Create field sets and legends Create.
Tutorial 6 Working with Web Forms. 2New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition Objectives Explore how Web forms interact with.
Basics of Web Design 1 Copyright © 2016 Pearson Education, Inc., Hoboken NJ.
1 CSC317/318 INTERNET PROGRAMING / DYNAMIC WEB APPLICATION DEVELOPMENT Siti Nurbaya Ismail Faculty of Computer & Mathematical Sciences, Universiti Teknologi.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 9 Key Concepts 1 Copyright © Terry Felke-Morris.
Web Development & Design Foundations with XHTML Chapter 9 Key Concepts.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 6 Key Concepts 1 Copyright © Terry Felke-Morris.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 6 Key Concepts 1 Copyright © Terry Felke-Morris.
HTML Forms. Slide 2 Forms (Introduction) The purpose of input forms Organizing forms with a and Using different element types to get user input A brief.
HTML Forms a form is a container for input elements on a web page input elements contain data that is sent to the web server for processing.
Copyright © Terry Felke-Morris HTML5: TEXT BOX Accepts text information in address format Common Attributes: ◦ type=“ ” ◦ name ◦ id ◦
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 9 Key Concepts 1 Copyright © Terry Felke-Morris.
Copyright © Texas Education Agency, All rights reserved.1 Web Technologies Website Forms / Data Acquisition.
IT204 – Web Scripting and Authoring I Forms and Image Maps Unit 4.
WEB FORM DESIGN. Creating forms for a web page For your web project you have to design a form for inclusion on your web site (the form information should.
Tutorial 6 Working with Web Forms. 2New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition Objectives Explore how Web forms interact with.
HTML FORMS Basharat Mahmood, Department of Computer Science,CIIT,Islamabad,Pakistan. 1.
Internet Programming Practicum Credits : 4 Information System Study Program 1Internet Programming Practicum Lecturers : Kurniawan, S.Kom., M.M. Module.
Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
Basics of Web Design 1 Copyright © 2016 Pearson Education, Inc., Hoboken NJ.
expanded by J. Goetz, © Pearson Education Copyright (c) 2006 Prentice-Hall. All rights reserved.
Tutorial 6 Creating a Web Form
Ashima Wadhwa Java Script And Forms. Introduction Forms: –One of the most common Web page elements used with JavaScript –Typical forms you may encounter.
Creating and Processing Web Forms
Objectives Design a form Create a form Create text fields
Validation and Building Small Apps
Web Development & Design Foundations with HTML5 8th Edition
Objectives Explore web forms Work with form servers
Web Development & Design Foundations with H T M L 5
Forms Data Entry and Capture
Web Development & Design Foundations with H T M L 5
Basics of Web Design Chapter 10 Form Basics Key Concepts
The Internet 10/27/11 XHTML Forms
Murach's JavaScript and jQuery (3rd Ed.)
Presentation transcript:

Basics of Web Design 1 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

Learning Outcomes 2 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

Overview of Forms 3 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

Two Components of Using Forms 4 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

HTML Using Forms 5 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

Sample Form HTML 6 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

The Form Element 7 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

The Input Element Text Box 8 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

The Input Element Password Box 9 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

The Input Element Check box 10 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

The Input Element Radio Button 11 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

The Textarea Element 12 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

The Select Element 13 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

The Option Element 14 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

The Input Element Submit Button 15 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

The Input Element Reset Button 16 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

The Input Element Hidden Field 17 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

The Label Element 18 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

The Fieldset & Legend Elements 19 Customer Information Name: Copyright © 2016 Pearson Education, Inc., Hoboken NJ

Using CSS to Style a Form 20 form { background-color:#eaeaea; font-family: Arial, sans-serif; width: 350px; padding: 10px;} label { float: left; clear: left; display: block; width: 100px; text-align: right; padding-right: 10px; margin-top: 10px; } input, textarea { margin-top: 10px; display: block;} input[type= "submit"]{ margin-left: 110px; } Copyright © 2016 Pearson Education, Inc., Hoboken NJ

Server-Side Processing 21 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

Server-Side Scripting 22 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

HTML5: Text Box 23 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

HTML5: URL Text Box 24 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

HTML5: Telephone Number Text Box 25 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

HTML5: Search Text Box 26 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

HTML5: Datalist Control 27 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

HTML5: Slider Control 28 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

HTML5: Spinner Control 29 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

HTML5: Calendar Control 30 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

31 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

32 Copyright © 2016 Pearson Education, Inc., Hoboken NJ

Summary 33 Copyright © 2016 Pearson Education, Inc., Hoboken NJ