النماذج عند الانتهاء من هذا الدرس ستكون قادرا على:

Slides:



Advertisements
Similar presentations
>> Introduction to HTML: Forms. Introduction to HTML 5 Important HTML Tags HTML tags and attributes Images Hyperlinks Lists –{ordered | unordered | definition}
Advertisements

Technologies for web publishing Ing. Václav Freylich Lecture 4.
Supplement Creating Forms. Objectives Show how forms are used How to create the Form element HTML elements used for creating input fields.
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.
Forms Review. 2 Using Forms tag  Contains the form elements on a web page  Container tag tag  Configures a variety of form elements including text.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 9 Key Concepts 1 Copyright © Terry Felke-Morris.
Chapter 10 Form Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
HTML 5 Tutorial Chapter 8 Form Elements. New Form Element HTML5 has several new elements and attributes for forms. New form types : datalist keygen output.
HTML Forms – Interactive HTML – Web 2.0. HTML – New types for input – Degrades gracefully for browsers that do not support the html 5 input types
Tutorial #9 – Creating Forms. Tutorial #8 Review – Tables Borders (table, gridlines), Border-collapse: collapse; empty-cells: show; and rowspan, colspan.
XP Tutorial 6New Perspectives on Creating Web Pages with HTML, XHTML, and XML 1 Creating Web Page Forms Designing a Product Registration Form Tutorial.
CSC 2720 Building Web Applications HTML Forms. Introduction  HTML forms are used to collect user input.  The collected input is typically sent to a.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 9 Key Concepts 1 Copyright © Terry Felke-Morris.
HTML Forms.
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.
1 Form Elements  Form elements have properties: Text boxes, Password boxes, Checkboxes, Option(Radio) buttons, Submit, Reset, File, Hidden and Image.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 9 Key Concepts 1 Copyright © Terry Felke-Morris.
1 Review of Form Elements. 2 The tag Used in between tags.  Form elements(text control, buttons, etc.. ) goes here. OR  Form elements(text control,
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 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.
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.
Project 6 Creating Forms on a Web Page. Objectives Define terms related to forms Describe the different form controls and their uses Use the tag Create.
HTML Form Inputs. Creating a basic form …content goes here…
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.
HTML Structure II (Form) WEEK 2.2. Contents Table Form.
Client-Side Internet and Web Programming
Making your HTML Page Interactive
PHP: Forms FdSc Module 109 Server side scripting and Database design
How to Write Web Forms By Mimi Opkins.
Introduction to HTML Forms and Servlets
CS3220 Web and Internet Programming HTML Tables and Forms
Forms Web Design Ms. Olifer.
HTML Forms Pat Morin COMP 2405.
FORMS IN HTML.
>> More on HTML Forms
Web Design and Development
ITE 115 Creating Web Page Forms
Web Programming– UFCFB Lecture 10
>> Form Data Retrieval in JavaScript
Today - Forms! WD Students produce a basic HTML/XHTML document using forms. Find the group that best matches the part of the project you are going.
ARUSHA TECHNICAL COLLEGE WEB DESIGN(html forms)
Designing Forms Lesson 10.
1.5 FORMS.
HTML Forms and User Input
HTML: Basic Tags & Form Tags
Creating Form Elements
Creating Form Elements
Web Development & Design Foundations with H T M L 5
Forms Data Entry and Capture
FORM OBJECT When creating an interactive web site for the Internet it is necessary to capture user input and process this input. Based on the result of.
CNIT 131 HTML5 - Forms.
Web Development & Design Foundations with H T M L 5
CS3220 Web and Internet Programming HTML Tables and Forms
HTML Forms Internet Technology.
HTML Forms Internet Technology.
making the text Italic Text editing making the text bold making the.
Principles of Web Design 5th Edition
Basics of Web Design Chapter 10 Form Basics Key Concepts
Intro to Forms HTML forms are used to gather information from end-users. A form can contain elements like radio-buttons, text fields, checkboxes, submit.
HTML Forms 18-Apr-19.
Intro to Forms HTML forms are used to gather information from end-users. A form can contain elements like radio-buttons, text fields, checkboxes, submit.
© Hugh McCabe 2000 Web Authoring Lecture 8
Introduction to HTML: Forms
Lesson 6: Web Forms.
Kanida Sinmai HTML Form Kanida Sinmai
Electronic Commerce HTML forms
Making your HTML Page Interactive
Unit 5 Create Forms.
HTML: Basic Tags & Form Tags
Presentation transcript:

النماذج عند الانتهاء من هذا الدرس ستكون قادرا على: إنشاء نموذج HTML بشكل صحيح. استخدام جميع عناصر النموذج بشكل صحيح.

النماذج هي: تتكون النماذج من حقول يستطيع زائر الموقع تعبئتها ببياناته وإرسال هذه البيانات للموقع. فالنماذج هدفها إتاحة إمكانية الكتابة لزوار مواقع الانترنت.

** إنشاء النماذج: <form> </form> بين هذين الوسمين يتم إدراج وسوم حقول النموذج الأخرى ويحتوي الوسم <form> على خاصتين هما : <form action=" " method=" " > العنوان الذي سيتم إرسال بيانات النموذج له تستخدم لتحديد طريقة إرسال بيانات النموذج

** إنشاء مربع نص: لإضافة مربع نص من سطر واحد نستخدم : > name=" " size=" " <input type="text" لإضافة مربع نص لإدخال كلمة سر نستخدم : > name=" " size=" " <input type="password" حجم الحقل بالبكسل اسم الحقل ( لا يظهر في الصفحة ) حجم الحقل بالبكسل اسم الحقل ( لا يظهر في الصفحة )

لإضافة مربع نص من عدة أسطر نستخدم : <textarea name=" " cols=" " rows=" "> يتم كتابة النص الافتراضي بحيث يكون موجود في مربع النص عند تحميل الصفحة </textarea> عرض مربع النص ويعبر عنه بعدد الأعمدة عرض مربع النص ويعبر عنه بعدد الأعمدة

مثال على تطبيق مربعات النص

إنشاء أزرار الخيار ومربعات العلامة : لإضافة أزرار الخيار نستخدم : <input type="radio" name=" " value=" " > لإضافة مربعات العلامة نستخدم : <input type="checkbox" name=" " value=" " > القيمة (لا تظهر في الصفحة) الاسم ( لا يظهر في الصفحة )

لإضافة قائمة منسدلة نستخدم : <select name=" "> <option value=" "> يتم كتابة العنصر الأول في القائمة </option> </select> ملاحظة : يتم تكرار وسم > <option حسب عدد عناصر القائمة . اسم القائمة ( لا يظهر في الصفحة )

إنشاء أزرار الإرسال والمسح : لإضافة زر إرسال نستخدم : <input type=" submit" value=" "> لإضافة زر مسح نستخدم : <input type=" reset" value=" "> اسم اختياري للزر مثلا (للتسجيل ، إرسال ، موافق) اسم اختياري للزر مثلا (مسح ، إعادة تعيين ، تفريغ)

عناصر جديدة في ال HTML5 <datalist> <input> types <input> attributes <output>

نهاية الدرس التاسع