FORMS How to collect information f XX rom visitors Different kinds of form controls New HTML5 form controls.

Slides:



Advertisements
Similar presentations
WEB DESIGN TABLES, PAGE LAYOUT AND FORMS. Page Layout Page Layout is an important part of web design Why do you think your page layout is important?
Advertisements

23-Aug-14 HTML/XHTML Forms. 2 What are forms? is just another kind of XHTML/HTML tag Forms are used to create (rather primitive) GUIs on Web pages Usually.
Tutorial 6 Creating a Web Form
Hyperlink & Form Pertemuan 11 Matakuliah: L0182 / Web & Animation Design Tahun: 2008.
Supplement Creating Forms. Objectives Show how forms are used How to create the Form element HTML elements used for creating input fields.
HTML and XHTML Controlling the Display Of Web Content.
Creating Web Page Forms. Objectives Describe how Web forms can interact with a server-based program Insert a form into a Web page Create and format a.
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.
Outline IS400: Development of Business Applications on the Internet Fall 2004 Instructor: Dr. Boris Jukic Table, Forms, Metatags and Frames.
ECA 228 Internet/Intranet Design I Forms. ECA 228 Internet/Intranet Design I Forms forms are a way for a user to communicate with you – text fields –
Chapter 10 Form Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
Meta Tags You can add metadata to your web pages by placing tags inside the header of the document which is represented by and tags. A meta tag can have.
1 Web Developer & Design Foundations with XHTML Chapter 6 Key Concepts.
Brief Overview of Web Forms L. G. Piper Bunker Hill Community College 23 March 2011.
XP Tutorial 6New Perspectives on Creating Web Pages with HTML, XHTML, and XML 1 Creating Web Page Forms Designing a Product Registration Form Tutorial.
XP Tutorial 6New Perspectives on HTML and XHTML, Comprehensive 1 Creating Web Page Forms Designing a Product Registration Form Tutorial 6.
1 Creating Web Forms in HTML Web forms collect information from customers Web forms include different control elements including: –Input boxes –Selection.
CSE 382/ETE 334 Internet and Web Technology Presented By Dr. Shazzad Hosain Asst. Prof. EECS, NSU.
XHTML Introductory1 Forms Chapter 7. XHTML Introductory2 Objectives In this chapter, you will: Study elements Learn about input fields Use the element.
Essential Tags Web Design – Sec 3-3 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
Robinson_CIS_285_2005 HTML FORMS CIS 285 Winter_2005 Instructor: Mary Robinson.
Essential Tags Web Design – Sec 3-3 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML Pt. 2.
>> Introduction to HTML: Tags. Hyper - is the opposite of linear Text – words / sentences / paragraphs Mark-up – Marking the text Language – It is a language.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Copyright 2007, Information Builders. Slide 1 Understanding Basic HTML Amanda Regan Technical Director June, 2008.
Chapter 2 XHTML: Part II The Web Warrior Guide to Web Design Technologies.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
HTML Forms.
LOGO FORMs in HTML CHAPTER 5 Eastern Mediterranean University School of Computing and Technology Department of Information Technology ITEC229 Client-Side.
1 © Netskills Quality Internet Training, University of Newcastle HTML Forms © Netskills, Quality Internet Training, University of Newcastle Netskills is.
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.
ITCS373: Internet Technology Lecture 5: More HTML.
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.
Creating Web Page Forms. Introducing Web Forms Web forms collect information from users Web forms include different control elements including: –Input.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 9 Key Concepts 1 Copyright © Terry Felke-Morris.
Web Forms. Survey or poll Contact us Sign up for an newsletter Register for an event Submit comments or feedback about our site Log in to a members-only.
Forms Collecting Data CSS Class 5. Forms Create a form Add text box Add labels Add check boxes and radio buttons Build a drop-down list Group drop-down.
HTML Hyper Text Markup Language 1BFCET BATHINDA. Definitions Web server: a system on the internet containing one or more web site Web site: a collection.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 9 Key Concepts 1 Copyright © Terry Felke-Morris.
+ FORMS HTML forms are used to pass data to a server. begins and ends a form Forms are made up of input elements Every input element has a name and value.
Copyright © Texas Education Agency, All rights reserved.1 Web Technologies Website Forms / Data Acquisition.
Tutorial 6 Working with Web Forms. 2New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition Objectives Explore how Web forms interact with.
Creating Web Page Forms COE 201- Computer Proficiency.
Creating Forms on a Web Page. 2 Introduction  Forms allow Web developers to collect visitor feedback  Forms create an environment that invites people.
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Project 6: Creating XHTML Forms Kelly.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
03 – HTML (2) Informatics Department Parahyangan Catholic University.
Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
INTERNET APPLICATIONS CPIT405 Forms, Internal links, meta tags, search engine friendly websites.
Tutorial 6 Creating a Web Form
HTML Tutorial. What is HTML HTML is a markup language for describing web documents (web pages) HTML documents are described by HTML tags Each HTML tag.
Web Forms. Web Forms: A form allows our web visitors to submit information to us. Some examples uses for forms are to let the web user contact us, fill.
HTML Elements: Forms and Controls Chapter 9 B. Ramamurthy.
HTML FORM. Form HTML Forms are used to select different kinds of user input. HTML forms are used to pass data to a server. A form can contain input elements.
HTML Tables Tables are defined with the tag. A table is divided into rows (with the tag), and each row is divided into data cells (with the tag). td stands.
FORMS Explained By: Jasdeep Kaur. Lecturer, Department of Computer Application, PGG.C.G., Sector: 42, Chandigarh.
Ashima Wadhwa Java Script And Forms. Introduction Forms: –One of the most common Web page elements used with JavaScript –Typical forms you may encounter.
2440: 141 Web Site Administration Web Forms Instructor: Joseph Nattey.
HTML Extra Markup CS 1150 Spring 2017.
Basic XHTML Tables XHTML tables—a frequently used feature that organizes data into rows and columns. Tables are defined with the table element. Table.
Introducing Forms.
Basic HTML and Embed Codes
Forms, cont’d.
Introduction to HTML: Forms
Presentation transcript:

FORMS How to collect information f XX rom visitors Different kinds of form controls New HTML5 form controls

FORMS  Traditionally a printed document  HTML borrows the concept of a form to refer to different elements that allow you to collect information from visitors to your site  How to create a form on your website  The different tools for collecting data  New HTML5 form controls

WHY FORMS?

FORM CONTROLS

Form Controls

HOW FORMS WORK

FORMS

FORM STRUCTURE

TEX T INPUT

PASSWORD INPUT

TEXT AREA

RADIO BUTTON

CHECKBOX

DROP DOWN LIST BOX

MULTIPLE SE LECT BOX

FILE INPUT BOX

SUBMIT BUTTON

IMAGE BUTTON

BUTTON & HIDDEN CONTROLS

LABELLING FORM CONTROLS

GROUPING FORM ELEMENTS

HTML 5: FORM VALIDA TION

HTML 5: DATE INPUT

HTML 5: & URL INPUT

HTML 5: SEARCH INPUT

EXAMPLE FORMS  This example shows a feedback and newsletter sign-up form. It uses a variety of form controls

SUMMARY  Whenever you want to c XX ollect information from visitors you will need a form, which lives inside a element.  Information from a form is sent in name/value pairs.  Each form control is given a name, and the text the user types in or the values of the options they select are sent to the server.  HTML5 introduces new form elements which make it easier for visitors to fill in forms

EXTRA MARKUP  Specifying different versions of HTML  Identifying and grouping elements  Comments, meta information and iframes

TAGS  At this point, we have covered the main tags that fit nicely into groups and sections.  The different versions of HTML and how to indicate which version you are using  How to add comments to your code  Global attributes, which are attributes that can be used on any element, including the class and id attributes  Elements that are used to group together parts of the page where no other element is suitable

TAGS  How to embed a page within a page using iframes  How to add information about the web page using the element  Adding characters such as angled brackets and copyright symbols

THE EVOLUTION OF HTML  HTML 4  XHTML 1.0  HTML5

DOCTYPES

COMMENTS IN HT ML

ID ATTRIBUTE

CLASS ATTRIBUTE

BLOCK ELEMENTS

INFORMATION ABOUT YOUR PAGE S   Description  Keywords  robots

SUMM ARY  DOCTYPES tell browsers which version of HTML you are using  You can add comments to your code between the markers  The id and class attributes allow you to identify particular elements.  The and elements allow you to group block-level and inline elements together.  cut windows into your web pages through which other pages can be displayed  The tag allows you to supply all kinds of information about your web page  Escape characters are used to include special characters in your pages such as, and ©