COP 3813 Intro to Internet Computing Prof. Roy Levow Lecture 2.

Slides:



Advertisements
Similar presentations
HTML popo.
Advertisements

Web Development & Design Foundations with XHTML
MR.Mohammed Sharaf al Shareef
HTML and XHTML Controlling the Display Of Web Content.
Introduction to HTML CPS470 Software Engineering Fall 1998.
Markup Languages Controlling the Display Of Web Content.
Computing Concepts Advanced HTML: Tables and Forms.
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.
 2003 Prentice Hall, Inc. All rights reserved. Chapter 4 - Introduction to XHTML: Part 1 Outline 4.1 Introduction 4.2 Editing XHTML 4.3 First XHTML Example.
 2004 Prentice Hall, Inc. All rights reserved. Introduction to XHTML: Part 1.
Database-Driven Web Sites, Second Edition1 Chapter 2 INTRODUCTION TO HTML.
 2003 Prentice Hall, Inc. All rights reserved. Chapter 4 - Introduction to XHTML: Part 1 Outline 4.1 Introduction 4.2 Editing XHTML 4.3 First XHTML Example.
HTML 2. What is an HTML File? HTML stands for Hyper Text Markup Language An HTML file must have an htm or html file extension  With newer software it.
Basics of HTML Shashanka Rao. Learning Objectives 1. HTML Overview 2. Head, Body, Title and Meta Elements 3.Heading, Paragraph Elements and Special Characters.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
XHTML for Content Structure Chapter 3. Overview and Objectives Discuss briefly the history of, and relationship between, HTML and XHTML Stress the importance.
DAT602 Database Application Development Lecture 14 HTML.
Dr. Nuha El-KhaliliInternet Programming ( ) HTML Hyper Text Markup Language The language of web pages Maintained by the W3C
Web Development University of Khartoum. Web Development Web Programming Web Design University of Khartoum.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML Pt. 2.
HTML Hyper Text Markup Language It is used for describing web documents or web pages. A markup language is set of markup tags. HTML documents are described.
Using Html Basics, Text and Links. Objectives  Develop a web page using HTML codes according to specifications and verify that it works prior to submitting.
1 HTML intro The development of HTMLThe development of HTML The transition from HTML to XHTMLThe transition from HTML to XHTML XHTML syntax, tags, and.
HTML - basic tags - How to learn more. What is HTML? HyperText Markup Language HTML5: – Recommended by the W3C.
Learning Web Design: Chapter 4. HTML  Hypertext Markup Language (HTML)  Uses tags to tell the browser the start and end of a certain kind of formatting.
XHTML1-1 Extensible HyperText Markup Language (XHTML) Xingquan (Hill) Zhu
1 Web Developer Foundations: Using XHTML Chapter 2 Key Concepts.
Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and attributes Create.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
CPT 123 Internet Skills Class Notes Publishing to the Web Session B.
Chapter 2 XHTML: Part II The Web Warrior Guide to Web Design Technologies.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
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.
XHTML1-1 Extensible HyperText Markup Language (XHTML) Part 2 Xingquan (Hill) Zhu
Introduction HTML (Hypertext Markup Language) is used to create document on the World Wide Web. HTML is not a programming language, it is a markup language.
Ali Alshowaish. What is HTML? HTML stands for Hyper Text Markup Language Specifically created to make World Wide Web pages Web authoring software language.
Web Development & Design Foundations with XHTML Chapter 2 HTML/XHTML Basics.
June 2008 Florida Atlantic University Department of Computer Science & Engineering ISM 4052 –Internet Application Programming Dr. Roy Levow Session 1.
HTML Basics. HTML Introduction Stands for HyperText Markup Language. HTML files are plain text files with mark ups. Some characteristics of HTML: –No.
Lecture 6 More Advanced HTML Boriana Koleva Room: C54
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.
COP 3813 Intro to Internet Computing Prof. Roy Levow Lecture 2.
CSE 409 – Advanced Internet Technology 1 DISCUSSION OF BASIC HTML TAGS.
HTML (Hyper Text Markup Language) Lecture II. Review Writing HTML files for web pages – efficient compact – fundamental. Text files with htm extension.
©SoftMoore ConsultingSlide 1 Introduction to HTML: Basic Document Structure.
Web programming Part 1: HTML 由 NordriDesign 提供
Basic HTML.
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.
Introduction to HTML C151 Multi-User Operating Systems.
XP Review 1 New Perspectives on JavaScript, Comprehensive1 Introducing HTML and XHTML Creating Web Pages with HTML.
What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
CS3101 Internet Programming. Chapter 01 Introduction to XHTML 2Internet Programming - Chapter 01:XHTML Slides based on: Programming the World Wide Web.
INT222 – Internet Fundamentals
HTML for web designing short course. What is an HTML File? HTML stands for Hyper Text Markup Language An HTML file must have an htm or html file extension.
Week-11 (Lecture-1) Introduction to HTML programming: A web based markup language for web. Ex.
Glencoe Introduction to Web Design Chapter 4 XHTML Basics 1 Review Do you remember the vocabulary terms from this chapter? Use the following slides to.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 1 Using HTML to Create Web Pages.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
4 Introduction to XHTML.
Introduction to XHTML.
Chapter 4 - Introduction to XHTML: Part 1
1 Introduction to XHTML.
Introduction to HTML- Basics
Presentation transcript:

COP 3813 Intro to Internet Computing Prof. Roy Levow Lecture 2

XHTML  Extensible HyperText Markup Language –Used to code Web pages –Specifies  Content  Structure –Does not specify  Format

XHTML Standard  Standard (recommendation) developed by –World Wide Web Consortium – –Currently version 1.1 –Version 2 under review –Vendors sometimes vary from standard

XHTML Format  XHTML –Plain text –Free form –Content  Text  Links –Tags  Specif structure  Bounded by  Bounded by

Simple Example  Simple web page  Control information, lines 1-3  Comments, lines 5-6 –Start with <!— –End   Structure tags  One line of text –examples\ch04\main.html examples\ch04\main.html

XHTML Tags  Specify content characteristics  Generally paired –Bound a region –Start with –Start with –End with –End with –Sometimes end marker is omitted

W3C Validation Service  Validate structure of a document – –Can specify a  url to validate  Upload a file to validate

Basic Components  Headers  Links  Images  Special characters and line breaks  Unordered lists (bullets)  Ordered lists  Nested lists

Headers and Links  Six levels of headers, h1 – h 6 –examples\ch04\header.html examples\ch04\header.html  Links cause browser to load another url, a page or the like –examples\ch04\links.html examples\ch04\links.html –examples/ch04/contact.html examples/ch04/contact.html

Images  Load an image file –Can also resize the image –May specify text to display if image is not displayed  examples\ch04\picture.html examples\ch04\picture.html –May be combined with links so clicking image activates link  examples\ch04\nav.html examples\ch04\nav.html

Special Chareacters Line Breaks  Special characters –Often used when character has special xhtml meaning or is not on keyboard –Coded &xx;  Examples: < > & –Line break forced by  End of header  Paragraph  Paragraph  Line break tag  Line break tag

Font Control  Additional tags control font and appearance to text –Bold –Bold –Strikethrough –Strikethrough –examples\ch04\contact2.html examples\ch04\contact2.html

Unordered Lists  Start list with  Start list with  End with  End with  Each list item bounded by – –  examples\ch04\links2.html examples\ch04\links2.html

Ordered Lists  “Numbered” items – – –Can specify type of numbering  A more advanced feature –examples\ch04\list.html examples\ch04\list.html

Intermediate Features  Tables  Forms –Fill in and submit  Internal linking  Image maps  Meta elements  Framesets

Tables  Contain rows and columns of cells –Cells for columns are nested in row –Table can also contain header and footer rows –examples\ch05\table1.html examples\ch05\table1.html  Rectangular group of cells can be treated as a single cell –examples\ch05\table2.html examples\ch05\table2.html

Forms  Fill in and submit –Submitted form processed by server –Requires “server-side” application program (later in course) –Specify display items and fields by name –Specify server application to process data –examples\ch05\form.html examples\ch05\form.html

More Form Features  Forms can contain –Text area –Checkbox –Reset button –Hidden fields –examples\ch05\form2.html examples\ch05\form2.html

More Form Features 2  More components –Radio buttons –Menus –examples\ch05\form3.html examples\ch05\form3.html

Internal Links and Maps  Internal links take you to a specific part of the page –examples\ch05\links.html examples\ch05\links.html  Maps allow you to link to different locations by clicking parts of an image –examples\ch05\picture.html examples\ch05\picture.html

meta Elements  examples\ch05\main.html examples\ch05\main.html

Frame Sets  examples\ch05\index.html examples\ch05\index.html  examples\ch05\index2.html examples\ch05\index2.html