HTML Concepts and Techniques Fourth Edition Project 7 Creating a Form on a Web Page.

Slides:



Advertisements
Similar presentations
Microsoft Expression Web-Illustrated Unit J: Creating Forms.
Advertisements

HTML Concepts and Techniques Fourth Edition Project 2 Creating and Editing a Web Page.
Project 8 Creating Style Sheets.
Creating and Editing a Web Page Using Inline Styles
Using Advanced Cascading Style Sheets
Chapter 5 Creating an Image Map
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Excel Web Feature Creating Static and Dynamic Web Pages Using Excel.
Microsoft Office 2007 Excel Web Feature Creating Web Pages Using Excel.
Microsoft Office 2007 Excel Web Feature Creating Web Pages Using Excel.
Creating and Editing a Web Page
CIS101 Introduction to Computing Week 08. Agenda Your questions JavaScript text Resume project HTML Project Six This week online Next class.
Creating a Form on a Web Page
Creating a Form with Selection Menus The SELECT control creates a selection menu This control only allows the visitor to choose pre-defined choices There.
Microsoft Office 2007 Word Web Feature Creating Web Pages Using Word.
Microsoft Office 2007 PowerPoint Web Feature Creating Web Pages Using PowerPoint.
Microsoft Office 2010 Access Chapter 1 Creating and Using a Database.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t PowerPoint Web Feature Creating a Presentation on the Web Using PowerPoint.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Word Web Feature Creating Web Pages Using Word.
HTML Comprehensive Concepts and Techniques Second Edition Project 8 Integrating JavaScript with HTML.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Outlook Project and Contact Management with Outlook.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Access Project 1 Creating and Using a Database.
Office 2003 Introductory Concepts and Techniques M i c r o s o f t Word Web Feature Creating Web Pages Using Word.
Creating Tables in a Web Site Using an External Style Sheet HTML5 & CSS 7 th Edition.
Creating Tables in a Web Site.  Define table elements  Describe the steps used to plan, design, and code a table  Create a borderless table to organize.
Microsoft Office 2007 Word Integration Feature Linking an Excel Worksheet and Chart to a Word Document.
HTML Concepts and Techniques Fourth Edition Project 3 Creating Web Pages with Links, Images, and Formatted Text.
HTML Comprehensive Concepts and Techniques Third Edition Project 3 Creating Web Pages with Links, Images, and Formatted Text.
HTML Concepts and Techniques Fourth Edition Project 8 Creating Style Sheets.
Creating Tables in a Web Site
HTML, XHTML, and CSS Chapter 12 Creating and Using XML Documents.
Microsoft Office 2007 PowerPoint Web Feature Creating Web Pages Using PowerPoint.
Creating and Editing a Web Page using HTML IMED1316.
Creating and Editing a Web Page Project 2. Project Objectives Project 2: Creating and Editing a Web Page 2 Identify elements of a Web page Start Notepad.
Office 2003 Advanced Concepts and Techniques M i c r o s o f t Excel Integration Feature Object Linking and Embedding (OLE) and Web Discussions.
HTML Concepts and Techniques Fourth Edition Project 6 Using Frames in a Web Site.
HTML, XHTML, and CSS Chapter 8 Adding Multimedia Content to Web Pages.
Dreamweaver CS4 Concepts and Techniques Chapter 4 Forms.
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 2 The Visual Basic.NET Integrated Development Environment.
Project 2 Adding Web Pages, Links, and Images Dreamweaver MX 2004 Concepts and Techniques.
Writing a JavaScript User-Defined Function  A function is JavaScript code written to perform certain tasks repeatedly  Built-in functions.
HTML Concepts and Techniques Fourth Edition Project 12 Creating and Using XML Documents.
Creating a Form on a Web Page
1 Creating a Second Web Page This section shows you how to create the Huntington Beach Web site.
HTML, Third Edition--Illustrated Introductory 1 HTML, Third Edition Illustrated Introductory Unit G Using Forms to Control Input.
1 Creating the Header Page The header frame always displays on the AHS Web site The image (screagle.gif) that will go in the header is contained on the.
HTML Comprehensive Concepts and Techniques Third Edition 2 nd Project Creating and Editing a Web Page.
HTML Concepts and Techniques Fourth Edition Project 5 Creating an Image Map.
Layers, Image Maps, and Navigation Bars
Office 2003 Advanced Concepts and Techniques M i c r o s o f t Access Project 6 Creating an Application System Using Macros, Wizards, and the Switchboard.
Using Frames in a Web Site Project 6. Project Objectives Project 6: Using Frames in a Web Site 2 Define terms related to frames Describe the steps used.
HTML Concepts and Techniques Fifth Edition Chapter 4 Creating Tables in a Web Site.
Starting BBEdit or Notepad and Opening the HTML File Start BBEdit or Notepad Select Open from the File Menu Open survey1.htm from the Public Folder.
HTML Concepts and Techniques Fifth Edition Chapter 3 Creating Web Pages with Links, Images, and Formatted Text.
1 After completing this lesson, you will be able to: Get around the Internet with your browser. Connect to the Internet. Print Web pages. Save Web pages.
HTML Creating Forms on a Web Page. 2 Objectives  Discuss the process of creating a form  Distinguish between data input controls and text input controls.
Creating and Editing a Web Page
Creating and Editing a Web Page Using Inline Styles
1 Your Web Page title body of Web page main heading H2 heading bulleted list paragraph.
Creating Web Pages with Links, Images, and Embedded Style Sheets
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 12 Creating Console Applications, Understanding XML, and Creating Web Services.
PowerPoint Web Feature
Project 8 Creating Style Sheets.
Creating Tables in a Web Site Using an External Style Sheet
Using Frames in a Web Site
Creating Web Pages with Links, Images, and Formatted Text
Integrating JavaScript and HTML
Creating Tables in a Web Site
Project 5 Creating an Image Map.
Creating Forms on a Web Page
Presentation transcript:

HTML Concepts and Techniques Fourth Edition Project 7 Creating a Form on a Web Page

Project 7: Creating a Form on a Web Page 2 Project Objectives Define terms related to forms Describe the different form controls and their uses Use the tag Create a text box

Project 7: Creating a Form on a Web Page 3 Project Objectives Create check boxes Create a selection menu with multiple options Use the tag Create radio buttons

Project 7: Creating a Form on a Web Page 4 Project Objectives Create a textarea box Create a Submit button Create a Reset button Use the tag to group form information

Project 7: Creating a Form on a Web Page 5 Input Controls An input control is any type of input mechanism on a form A data input control is either a radio button, a check box, a Submit button, a Reset button, or a selection menu A text input control is either a text box, a textarea box, or a password text box

Project 7: Creating a Form on a Web Page 6 Input Controls

Project 7: Creating a Form on a Web Page 7 HTML Tags Used to Create Forms

Project 7: Creating a Form on a Web Page 8 Starting Notepad and Opening an HTML File Start Notepad and, if necessary, maximize the window With a USB drive plugged into your computer, click File on the menu bar and then click Open on the File menu. If necessary, click USB Drive (G:) in the Look in list. Click the Project07 folder and then click the ProjectFiles folder in the list of available folders If necessary, click the Files of type box arrow and then click All Files Double-click orderform.htm in the list of files

Project 7: Creating a Form on a Web Page 9 Starting Notepad and Opening an HTML File

Project 7: Creating a Form on a Web Page 10 Creating a Form and Identifying the Form Process Highlight the words on line 12 and then press the DELETE key Type as the new tag Click just before the tag on line 35 Type and then press the ENTER key

Project 7: Creating a Form on a Web Page 11 Creating a Form and Identifying the Form Process

Project 7: Creating a Form on a Web Page 12 Changing the Text Message Select lines 15 through 31 and then press the DELETE key With the insertion point on line 15, enter the HTML code shown below

Project 7: Creating a Form on a Web Page 13 Adding Text Boxes Enter the following HTML beginning on line 19

Project 7: Creating a Form on a Web Page 14 Adding Check Boxes Enter the following HTML beginning on line 27

Project 7: Creating a Form on a Web Page 15 Adding a Selection Menu Enter the following HTML beginning on line 32

Project 7: Creating a Form on a Web Page 16 Adding Additional Text Boxes Enter the following HTML beginning on line 39

Project 7: Creating a Form on a Web Page 17 Adding Radio Buttons Enter the following HTML beginning on line 45

Project 7: Creating a Form on a Web Page 18 Adding a Textarea Enter the following HTML beginning on line 49

Project 7: Creating a Form on a Web Page 19 Adding Submit and Reset Buttons If necessary, click line 53 Type and then press the ENTER key Type as the tag

Project 7: Creating a Form on a Web Page 20 Adding Submit and Reset Buttons

Project 7: Creating a Form on a Web Page 21 Adding Fieldset Controls to Create Form Groupings Click just after the on line 17 and then press the ENTER key Type Personal Information as the tag Click to the right of size=“25"> on line 25 and then press the ENTER key Type and then press the ENTER key twice

Project 7: Creating a Form on a Web Page 22 Adding Fieldset Controls to Create Form Groupings With the insertion point on line 28, type About Your Order as the tag Click to the right of the on line 45 and then press the ENTER key Type and press the ENTER key twice

Project 7: Creating a Form on a Web Page 23 Adding Fieldset Controls to Create Form Groupings Type Additional Comments on line 48 Click to the right of the on line 55 and press the ENTER key Type as the end tag

Project 7: Creating a Form on a Web Page 24 Adding Fieldset Controls to Create Form Groupings

Project 7: Creating a Form on a Web Page 25 Saving the HTML File With a USB drive plugged into your computer, click File on the menu bar and then click Save As. Type orderform.htm in the File name text box If necessary, click USB Drive (G:) in the Save in list. Click the Project07 folder and then click the ProjectFiles folder in the list of available folders. Click the Save button in the Save As dialog box

Project 7: Creating a Form on a Web Page 26 Viewing, Testing, and Printing the Web Page Using a Browser Start your browser Type G:\Project07\ProjectFiles\ orderform.htm in the Address box and then press the ENTER key Test all fields except the Reset button as described in the previous section If you modified the HTML code to use your address as the action attribute value, click the Submit button Click the Reset button

Project 7: Creating a Form on a Web Page 27 Viewing, Testing, and Printing the Web Page Using a Browser

Project 7: Creating a Form on a Web Page 28 Viewing, Testing, and Printing the Web Page Using a Browser Click the Print button on the Standard Buttons toolbar

Project 7: Creating a Form on a Web Page 29 Printing the HTML File Click the Notepad button on the taskbar Click File on the menu bar and then click Print

Project 7: Creating a Form on a Web Page 30 Printing the HTML File

Project 7: Creating a Form on a Web Page 31 Quitting Notepad and a Browser Click the Close button on the browser title bar Click the Close button on the Notepad window title bar

Project 7: Creating a Form on a Web Page 32 Project Summary Define terms related to forms Describe the different form controls and their uses Use the tag Create a text box

Project 7: Creating a Form on a Web Page 33 Project Summary Create check boxes Create a selection menu with multiple options Use the tag Create radio buttons

Project 7: Creating a Form on a Web Page 34 Project Summary Create a textarea box Create a Submit button Create a Reset button Use the tag to group form information

HTML Concepts and Techniques Fourth Edition Project 7 Complete Creating a Form on a Web Page