Basic HTML. Guide to HTML code Not case sensitive Use tag for formatting output: new line, paragraph, text size, color, font type, etc. Can be a single.

Slides:



Advertisements
Similar presentations
Farhan Nisar University of Peshawar
Advertisements

Table, List, Blocks, Inline Style
Tables Tables provide a means of organising the layout of data
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?
1 Lesson 5. 2 R3 R1 R5 R4 R6 R2 B B A A
1 HTML in 21 minutes A legal HTML document ( html/legalt.html ): My Site My Site See the page Web Publishing with Databases It can be difficult to format.
1 Lecture #5 Static Web Documents Shimrit Tzur-David HAIT Summer 2005.
Intermediate Level Course. Text Format The text styles, bold, italics, underlining, superscript and subscript, can be easily added to selected text. Text.
17/10/11. 2  The form element ( ) is used to include a number of form elements together so that they can be referenced by some other code in order to.
HTML and XHTML Controlling the Display Of Web Content.
Basic HTML. HTML Background November 1990, first created by Tim Berners Lee, the father/inventor of WWW Knighted by Queen Victoria in 2004 Hypertext is.
Macromedia Dreamweaver 4 Advanced Level Course. Add Rollovers Rollovers or mouseovers are possibly the most popular effects used in designing Web pages.
Outline IS400: Development of Business Applications on the Internet Fall 2004 Instructor: Dr. Boris Jukic Table, Forms, Metatags and Frames.
HTML Tables and Forms Creating Web Pages with HTML CIS 133 Web Programming Concepts 1.
HTML 4.0 History and Application By: Marc Mayzes.
_______________________________________________________________________________________________________________ E-Commerce: Fundamentals and Applications1.
Web111a_chapt06.ppt HTML: Section 6 Forms HTML tags: define data input and/or output Define the Input and/or Output on the web page Do not process the.
1 Forms A form is the usual way that information is gotten from a browser to a server –HTML has tags to create a collection of objects that implement this.
© Cheltenham Computer Training 2001 Macromedia Dreamweaver 4 - Slide No 1 Macromedia Dreamweaver 4 Advanced Level Course.
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.
Creating Web Documents XHTML Project II topics should be posted Start Forms Homework: Forms not required for midterm or project 2. At some point, read.
ACM 511 HTML Week -1 ACM 511 Course Notes. Books ACM 511 Course Notes.
Robinson_CIS_285_2005 HTML FORMS CIS 285 Winter_2005 Instructor: Mary Robinson.
WYSIWYG Program (pronounced wiz - ee - wig) What You See Is What You Get Dreamweaver 4.0 Toolbars.
Hypertext Markup Language HTML Hypertext is vaguely defined as interconnecting pieces of information in a non-sequential but usually relational, manner.
Web Design ATBs. ATB #1 List headings and size ATB #2 Define HTML.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Learning HTML Presented By: Wayne Helle What Is HTML? Learning Basic Tags... Formating Your Text... Working With Images and Links... Simple Form Boxes..
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.
XHTML 1.1  Derived from Standard Generalized Markup Language (SGML) of ISO  XHTML concerned primary with content rather than presentation and style 
76 © 1998, 1999, 2000 David T. Gray, Howard Duncan, Jane Kernan Frames When displaying information in a browser, it is sometimes useful to divide the display.
ITCS373: Internet Technology Lecture 5: More HTML.
COP 3813 Intro to Internet Computing Prof. Roy Levow Lecture 2.
TJ 3043 – Web Application Development HTML Form. 2.0 Forms A form is the usual way to communicate information from a Web browser to a server HTML has.
1 Form Elements  Form elements have properties: Text boxes, Password boxes, Checkboxes, Option(Radio) buttons, Submit, Reset, File, Hidden and Image.
CP102 Module 7: HTML 1 Module 7: HTML 1.What is 1.What is HTML? 2. 2.Basic syntax, document structure 3. 3.Basic formatting, images, links 4. 4.Lists,
Index Here type your information or document that you want to look on the Web page.
Windows and frames and the anchor tag. Frames Independent, scrollable portions of a Web browser window, with each frame capable of containing its own.
_______________________________________________________________________________________________________________ E-Commerce: Fundamentals and Applications1.
Lecture 6 More Advanced HTML Boriana Koleva Room: C54
COP 3813 Intro to Internet Computing Prof. Roy Levow Lecture 2.
Web Development Lecture # 09 Text Formatting in HTML.
Copyright © Texas Education Agency, All rights reserved.1 Web Technologies Website Forms / Data Acquisition.
©SoftMooreSlide 1 Introduction to HTML: Forms ©SoftMooreSlide 2 Forms Forms provide a simple mechanism for collecting user data and submitting it to.
Introduction to HTML. _______________________________________________________________________________________________________________ 2 Outline Key issues.
Web programming Part 1: HTML 由 NordriDesign 提供
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 Forms.
Basic HTML.
Week 10: HTML Forms HNDIT11062 – Web Development.
HTML FORMS Basharat Mahmood, Department of Computer Science,CIIT,Islamabad,Pakistan. 1.
WEEK -1 ACM 262 ACM 262 Course Notes. HTML What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML.
HTML Assoc. Prof. Rozinah Jamaludin 28 January 2010.
 A PHP script can be placed anywhere in the document.  A PHP script starts with  The default file extension for PHP files is ".php".  A PHP file normally.
20-753: Fundamentals of Web Programming 1 Lecture 6: Advanced HTML Fundamentals of Web Programming Lecture 6: Advanced HTML.
Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
Writing HTML Document HTML Reference M:\Comp\HTML_Ref\Htmlref.hlp.
1 HTML: HyperText Markup Language Representation and Management of Data on the Internet.
1 R3 R1 R5 R4 R6 R2 B B A A Looking at the Code Under the View menu Select Source.
HTML AN INTRODUCTION TO WEB PAGE PROGRAMMING. INTRODUCTION TO HTML With HTML you can create your own Web site. HTML stands for Hyper Text Markup Language.
HTML Structure II (Form) WEEK 2.2. Contents Table Form.
Week-11 (Lecture-1) Introduction to HTML programming: A web based markup language for web. Ex.
How to Write Web Forms By Mimi Opkins.
Section 17.1 Section 17.2 Add an audio file using HTML
Basic XHTML Tables XHTML tables—a frequently used feature that organizes data into rows and columns. Tables are defined with the table element. Table.
Basic HTML/xHTML.
Chapter 5 Introduction to XHTML: Part 2
Basic HTML.
Unit I: Collecting Data with Forms
Presentation transcript:

Basic HTML

Guide to HTML code Not case sensitive Use tag for formatting output: new line, paragraph, text size, color, font type, etc. Can be a single or coupled tag Tag general format: Single: Double:...

Very simple HTML code Simple HTML Hello World

More complex code More about HTML Text This is a normal text This is a text (bold) This is a text (italic) This is a text with font = Arial, size = 3, color = Red Please set me to bold, italic, font = Arial, size = 3, color = Red This is a preformatted text

Image

linked object reference object : Part of text in the same document Other document Image / animation / audio / video Application logic (CGI script) Client script (JavaScript / VBScript) linked object : Text Image Link

Table Begin table Begin row Column1, Column2,... End row... End table

Table Begin table = End table = Begin row = End row = Column = column content column content : text, image, linked object, etc.

Table Table with 2 rows & 3 columns for each row:

More complex table #1 There are two rows:...

More complex table #1 First row -> two columns Second row -> one column

More complex table #1 Span two columns for the single column in the second row:

More complex table #2 There are two rows (max):...

More complex table # Column:is the first column in the first row Column:is the second column in the first row Column:is the second column in the second row

More complex table # Span two rows for column:

More complex table #3 It’s your turn ???

Form Begin form Form object components End form

Form Begin form = Form object components = Textfiled, Password, Hidden, TextArea, List Box (single/multiple), Radio Button, Check Box, Submit Button, Reset Button, Buttons End form =

Form Form object components

Form object components Textfield Password Hidden

Form object components TextArea Default textarea value

List Box (single) Text 1 Text 2... Form object components

List Box (multiple selection) Text 1... Form object components

Radio Button Text 1 Text 2 Text 3... Check Box Text 1 Text 2 Text 3... Form object components

Button, Submit, Reset Form object components

Frame Object display multiple HTML doccument simultaneously in the same browser window Why use frame ? provide permanent navigation menu

Frame Object General Implementation Begin set of frame frame1 frame2 End set of frame

Frame Object Begin set of frame: Frame: End set of frame:

Frame Object Example

Frame Object Nested frame