HTML (Advanced) -forms, iframe, audio, video. Outline – Forms – iFrames – Audio/Video.

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

Hyperlink & Form Pertemuan 11 Matakuliah: L0182 / Web & Animation Design Tahun: 2008.
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.
Video, audio, embed, iframe, HTML Form
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.
Tutorial 6 Working with Web Forms
COS 125 DAY 27. Agenda Assignment # 8 Due April 27 Assignment #9 Posted in Webct  Last one!!!!  Due May 4, 8AM Exam #5 is April 30  Castro Chap13,
Different Streaming Technologies. Three major streaming technologies include:
World Wide Web1 Applications World Wide Web. 2 Introduction What is hypertext model? Use of hypertext in World Wide Web (WWW) – HTML. WWW client-server.
COS 125 DAY 25. Agenda Assignment 7 is corrected  5 A’s, 2 B’s, 1 C and 1 F Assignment 8 (last one) is posted  Due May 2 Left to do  3 rd and final.
Images. Tables. Frames. Forms. DMFD F2007 IT University of Copenhagen
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.
User Interface Design using jQuery Mobile CIS 136 Building Mobile Apps 1.
Chapter 10 Form Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
Forms, Validation Week 7 INFM 603. Announcements Try placing today’s example in htdocs (XAMPP). This will allow you to execute examples that rely on PHP.
Tutorial #9 – Creating Forms. Tutorial #8 Review – Tables Borders (table, gridlines), Border-collapse: collapse; empty-cells: show; and rowspan, colspan.
1 Creating Web Forms in HTML Web forms collect information from customers Web forms include different control elements including: –Input boxes –Selection.
Additional Topics. Tutorial #9 Review – Forms Forms Legend and fieldset Fields Text Password Radio buttons, check box, text area, select lists Buttons.
Robinson_CIS_285_2005 HTML FORMS CIS 285 Winter_2005 Instructor: Mary Robinson.
HTML Forms. Today’s Lecture We will try to understand the utility of forms on Web pages We will find out about the various components that are used in.
HTML Forms.
LOGO FORMs in HTML CHAPTER 5 Eastern Mediterranean University School of Computing and Technology Department of Information Technology ITEC229 Client-Side.
1 HTML Forms
HTML Forms. Today’s Lecture We will try to understand the utility of forms on Web pages We will find out about the various components that are used in.
HTML : Forms, Frames Instructor: Mr. Ahmed Al Astal ITGD4104 Department Requirement for senior student University of Palestine Faculty of IT.
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.
Graduate School of Library and Information Science LIS 753 Introduction to HTML 5 By: Yijun Gao Week Three.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 9 Key Concepts 1 Copyright © Terry Felke-Morris.
1 HTML Forms
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.
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.
Introduction To HTML Form Inputs Written By George Gimian.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 9 Key Concepts 1 Copyright © Terry Felke-Morris.
Web Technologies Lecture 3 Web forms. HTML5 forms A component of a webpage that has form controls – Text fields – Buttons – Checkboxes – Range controls.
+ 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.
Introduction to HTML. _______________________________________________________________________________________________________________ 2 Outline Key issues.
Tutorial 6 Working with Web Forms. 2New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition Objectives Explore how Web forms interact with.
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 Creating Forms on a Web Page. 2 Objectives  Discuss the process of creating a form  Distinguish between data input controls and text input controls.
FORMS How to collect information f XX rom visitors Different kinds of form controls New HTML5 form controls.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring Forms, HTML5 layout.
Creating Forms on a Web Page. 2 Introduction  Forms allow Web developers to collect visitor feedback  Forms create an environment that invites people.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring Forms, HTML5 layout.
03 – HTML (2) Informatics Department Parahyangan Catholic University.
1 Web Engineering Forms Lecture 05. FORMS Its how HTML does interactivity. There are quite new feature in HTML5. But the fundamental idea does not change.
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 III (Forms) Robin Burke ECT 270. Outline Where we are in this class Web applications HTML Forms Break Forms lab.
Lesson 5 Introduction to HTML Forms. Lesson 5 Forms A form is an area that can contain form elements. Form elements are elements that allow the user to.
HTML Structure II (Form) WEEK 2.2. Contents Table Form.
FORMS Explained By: Jasdeep Kaur. Lecturer, Department of Computer Application, PGG.C.G., Sector: 42, Chandigarh.
Advanced HTML Tags:.
How to Write Web Forms By Mimi Opkins.
Objectives Design a form Create a form Create text fields
CS3220 Web and Internet Programming HTML Tables and Forms
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.
Web Systems Development (CSC-215)
Web Development & Design Foundations with H T M L 5
Basic HTML and Embed Codes
Forms, cont’d.
CS3220 Web and Internet Programming HTML Tables and Forms
Creating Forms on a Web Page
CGS 3066: Web Programming and Design Fall 2019
Presentation transcript:

HTML (Advanced) -forms, iframe, audio, video

Outline – Forms – iFrames – Audio/Video

Forms The web started as a way for people to post static information, but now is largely about "user-contributed content." All that content means a lot of forms! Users see form on social sites, login screens, banking sites, and more:

Form element – A form consists of a form element with multiple input controls inside of it that help retrieve user data in some way, and attributes that specify how a server should handle the form. – The example below asks for a search query, and then sends the query to the Google server once submitted. Google Search

Google:

Input element – The input element is used for many different types of user input, depending on value of the type attribute. It defaults to a simple 1-line text input. – The "name" attribute gives the server a way to identify that piece of attribute. The "value" attribute can be set to specify a default value. The "placeholder" provides a hint to the user.

Label element The label element is used to caption a form control, so users know what they should put in it. Animal: Animal e.g. fox

Checkboxes The input element can be used for letting users pick multiple in a list or simply indicate yes/no, using type="checkbox". Extra cheese? Pizza Toppings: Bacon Extra Cheese Onion

Radio buttons Similarly, the input element can be used for creating a group of radio buttons, for letting users pick one in a list, with type="radio". Pizza Size: Small Medium Large

Range sliders The input element can be used for users to pick a value in a range, using type="range". *New, only supported in modern browsers. Cheesiness:

The select element The select element used with the option element produces a dropdown of options for the user to pick from. Crust type: Thin Thick Cheese

Textarea element To let the user specify multiple lines of text, use the textarea element, and specify cols or rows to specify a specific size. Delivery instructions:

Button element The button element is most commonly used to submit a form to the server, but can also be used for resetting a form or other scripted actions. Submit order

Iframes – The iframe element – You can use HTML to embed other webpages in your own page using an iframe element pointing at a URL:

Iframe embeds – The iframe element makes it easy for websites to become embeddable on other websites, and for users to share content that they've created on a site. – Most websites don't naturally look good when embedded at small sizes, so websites create special versions that are designed for embedability, and the provide users with those URLs.

Iframe embeds: Docs – In its "Publish" dialog, Google docs provides this HTML for embedding a presentation on your site:

Iframe embeds: Calendar and Youtube In settings, Google Calendar provides this HTML for embedding a calendar: Youtube : <iframe width="420" height="345" src="

Multimedia – The object element – You can use object to embed non-HTML content in your page, like a quicktime movie or a flash file. Typically, users need a "plug-in" to view that content. – The object tag should have one or more param child tags that give info to the browser on what to embed.

The embed element – The embed tag is similar to the object tag, but is sometimes used in cases where the object tag doesn't work. – The embed tag should specify src and type attributes.

Embeds: Youtube Youtube gives user an embed code that includes an object and an embed tag.

Audio

Video <object id="mediaplayer" width="192" height="190" classid="clsid:22d6f312-b0f6- 11d0-94ab-0080c74c7e95" standby="loading windows media player components..." type="application/x- oleobject"> <embed type="application/x-mplayer2" src="wildlife.wmv" name="mediaplayer" width="192" height="190" showcontrols="1" showstatusbar="0" showdisplay="0" autostart="0">