Tutorial 9 Working with XHTML

Slides:



Advertisements
Similar presentations
CSCI N241: Fundamentals of Web Design Copyright ©2004 Department of Computer & Information Science Introducing XHTML: Module B: HTML to XHTML.
Advertisements

HTML/XML XHTML Authoring. Creating Tables  Table: An arrangement of horizontal rows and vertical columns. The intersection of a row and a column is called.
 Fundamentals of Web Design.  Describe the history and theory of XHTML  Understand the rules for creating valid XHTML documents  Apply a DTD to an.
History Leading to XHTML
Tutorial 9 Working with XHTML
XHTML 16-Apr-17.
XHTML1 Building Document Structure. XHTML2 Objectives In this chapter, you will: Learn how to create Extensible Hypertext Markup Language (XHTML) documents.
17-Jun-15 XHTML 2 What is XHTML? XHTML stands for Extensible Hypertext Markup Language XHTML is aimed to replace HTML.
Tutorial 9 Working with XHTML. XP Objectives Describe the history and theory of XHTML Understand the rules for creating valid XHTML documents Apply a.
Creating a Well-Formed Valid Document. 2 Objectives Introducing XHTML Creating a Well-Formed Document Creating a Valid Document Creating an XHTML Document.
Tutorial 11 Creating XML Document
Introducing XHTML: Module B: HTML to XHTML. Goals Understand how XHTML evolved as a language for Web delivery Understand the importance of DTDs Understand.
Introducing HTML & XHTML:. Goals  Understand hyperlinking  Understand how tags are formed and used.  Understand HTML as a markup language  Understand.
Working with Namespaces Combining XML Vocabularies in a Compound Document.
WORKING WITH NAMESPACES
Working with XHTML Creating a Well-Formed Valid Document.
XP Tutorial 9New Perspectives on Creating Web Pages with HTML, XHTML, and XML 1 Working with XHTML Creating a Well-Formed Valid Document Tutorial 9.
XP The University of Akron Summit College Business Technology Department Computer Information Systems 2440: 140 Internet Tools Instructor: Enoch E. Damson.
2440: 211 Interactive Web Programming Introduction to the Internet & the World Wide Web.
XP 1 CREATING AN XML DOCUMENT. XP 2 INTRODUCING XML XML stands for Extensible Markup Language. A markup language specifies the structure and content of.
Chapter 1 XHTML: Part I The Web Warrior Guide to Web Design Technologies.
XHTML1 Building Document Structure Chapter 2. XHTML2 Objectives In this chapter, you will: Learn how to create Extensible Hypertext Markup Language (XHTML)
Introduction. Document Structure Overview  XML declaration (prolog)  Document type declaration  Root element (namespace)  Document header  Document.
3 XHTML.
XML 1 Enterprise Applications CE00465-M XML. 2 Enterprise Applications CE00465-M XML Overview Extensible Mark-up Language (XML) is a meta-language that.
August Chapter 2 - Markup and Core Concepts Learning XML by Erik T. Ray Slides were developed by Jack Davis College of Information Science and Technology.
1 XHTML محمد احمدی نیا 2 Of 19 HTML vs XHTML  XHTML is a stricter and cleaner version of HTML.  by combining the strengths of HTML.
XHTML. Introduction to XHTML What Is XHTML? – XHTML stands for EXtensible HyperText Markup Language – XHTML is almost identical to HTML 4.01 – XHTML is.
CIS 1315 – Web Development for Educators CIS 1315 HTML Tutorial 9: Working With XHTML.
What is XML?  XML stands for EXtensible Markup Language  XML is a markup language much like HTML  XML was designed to carry data, not to display data.
Tutorial 1: XML Creating an XML Document. 2 Introducing XML XML stands for Extensible Markup Language. A markup language specifies the structure and content.
1 Tutorial 13 Validating Documents with DTDs Working with Document Type Definitions.
1 Chapter 10: XML What is XML What is XML Basic Components of XML Basic Components of XML XPath XPath XQuery XQuery.
XP Tutorial 9 1 Working with XHTML. XP SGML 2 Standard Generalized Markup Language (SGML) A standard for specifying markup languages. Large, complex standard.
XML 2nd EDITION Tutorial 1 Creating An Xml Document.
Lesson 4.
IT Engineering I Instructor: Rezvan Shiravi
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Creating XHTML Documents Essentials for.
Web Development & Design Foundations with XHTML Chapter 2 HTML/XHTML Basics.
XP 1 Creating an XML Document Developing an XML Document for the Jazz Warehouse XML Tutorial.
XP New Perspectives on XML, 2nd Edition Tutorial 2 1 TUTORIAL 2 WORKING WITH NAMESPACES.
1 Introduction to XML XML stands for Extensible Markup Language. Because it is extensible, XML has been used to create a wide variety of different markup.
XML Design Goals 1.XML must be easily usable over the Internet 2.XML must support a wide variety of applications 3.XML must be compatible with SGML 4.It.
1 Tutorial 11 Creating an XML Document Developing a Document for a Cooking Web Site.
1 Tutorial 12 Working with Namespaces Combining XML Vocabularies in a Compound Document.
Web Technologies Lecture 4 XML and XHTML. XML Extensible Markup Language Set of rules for encoding a document in a format readable – By humans, and –
Web Technologies Lecture 2 HTML and CSS. HTML Hyper Text Markup Language – Describes web documents – Made up of nested HTML markup tags – Tags are the.
XML DTD. XML Validation XML with correct syntax is "Well Formed" XML. XML validated against a DTD is "Valid" XML.
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 2: Markup Language and Site Development Essentials © 2007 Prosoft Learning Corporation All.
XP Tutorial 9New Perspectives on HTML and XHTML, Comprehensive 1 Working with XHTML Creating a Well-Formed Valid Document Tutorial 9.
Unit 3 — Advanced Internet Technologies Lesson 10 — Introduction to XHTML.
XP Review 1 New Perspectives on JavaScript, Comprehensive1 Introducing HTML and XHTML Creating Web Pages with HTML.
Tutorial 9 Working with XHTML. New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition 2 Objectives Describe the history and theory of XHTML.
CIS 228 The Internet 9/20/11 XHTML 1.0. “Quirks” Mode Today, all browsers support standards Compliant pages are displayed similarly There are multiple.
Tutorial 9 Working with XHTML. XP Objectives Describe the history and theory of XHTML Understand the rules for creating valid XHTML documents Apply a.
Extensible Markup Language (XML) Pat Morin COMP 2405.
Unit 4 Representing Web Data: XML
CIS 228 The Internet 9/20/11 XHTML 1.0.
Creating a Well-Formed Valid Document
CITA 330 Section 3 XHTML.
Tutorial 9 Working with XHTML
Tutorial 9 Working with XHTML
WORKING WITH NAMESPACES
Chapter 7 Representing Web Data: XML
Creating an XML Document
Introducing HTML & XHTML:
Tutorial Developing a Basic Web Page
Tutorial 3 Working with Cascading Style Sheets
CIS 133 mashup Javascript, jQuery and XML
محمد احمدی نیا XHTML محمد احمدی نیا
Presentation transcript:

Tutorial 9 Working with XHTML

Objectives Describe the history and theory of XHTML Understand the rules for creating valid XHTML documents Apply a DTD to an XHTML document Understand how to apply the XHTML namespace Test an XHTML document under the transitional DTD Test an XHTML document under the strict DTD Explore the use of character and parsed character data New Perspectives on HTML and XHTML, Comprehensive

Introducing XHTML SGML (Standard Generalized Markup Language) HTML Device-independent and system-independent Introduced in the 1980s Not intended for the World Wide Web HTML Standards get confusing among browsers Can be applied inconsistently New Perspectives on HTML and XHTML, Comprehensive

Introducing XHTML New Perspectives on HTML and XHTML, Comprehensive

Creating an XHTML Document The first line of an XTHML document should contain a declaration indicating that the document adheres to the rules and syntax of XML XML (and thus XHTML) documents are based on a character set A character set is a set of abstract symbols matched to code numbers New Perspectives on HTML and XHTML, Comprehensive

Character Sets Universal Character Set (UCS) Unicode Character encoding is the process in which bytes are translated back into characters (when a document is sent across the Internet) New Perspectives on HTML and XHTML, Comprehensive

Adding an XML Declaration To declare that a document is written in XML, enter the following as the first line of the file: <?xml version=“value” encoding=“type” standalone=“type” ?> Where the version attribute indicates the XML version of the document, the encoding attribute specifies the character encoding, and the standalone attribute indicates whether the document contains references to an external DTD New Perspectives on HTML and XHTML, Comprehensive

Adding an XML Declaration For XHTML documents, use the declaration: <?xml version=“1.0” encoding=“UTF-8” standalone=“no” ?> New Perspectives on HTML and XHTML, Comprehensive

Introducing XHTML XML (Extensible Markup Language) Used to create markup languages XML documents must be evaluated with an XML parser An XML document with correct syntax is a well-formed document A well-formed document with correct content and structure is a valid document DTD specifies correct content and structure New Perspectives on HTML and XHTML, Comprehensive

Introducing XHTML New Perspectives on HTML and XHTML, Comprehensive

Creating a Well-Formed Document New Perspectives on HTML and XHTML, Comprehensive

Creating a Well-Formed Document XHTML documents must also include a single root element that contains all other elements For XHTML, that root element is the html element Attribute minimization is when some attributes lack attribute values XHTML doesn’t allow attribute minimization New Perspectives on HTML and XHTML, Comprehensive

Attribute minimization in HTML and XHTML New Perspectives on HTML and XHTML, Comprehensive

DTDs Transitional: supports many of the presentational features of HTML, including the deprecated elements and attributes. Best used for older documents that contain deprecated features. Frameset: used for documents containing frames, and also supports deprecated elements and attributes Strict: does not allow any presentational features or deprecated HTML elements and attributes. Does not support frames or inline frames. It is best used for documents that need to strictly conform to the latest standards New Perspectives on HTML and XHTML, Comprehensive

Creating Valid XHTML Documents The DTD used depends on the content of the document and the needs of your users To support old browsers, use the transitional DTD To support old browsers in a framed Web site, use the frameset DTD To support more current browsers and to weed out any use of deprecated features, use the strict DTD New Perspectives on HTML and XHTML, Comprehensive

Creating a Valid Document Elements not allowed under the strict DTD: applet - iframe basefont - isindex center - menu dir - noframes font - s frame - strike frameset - u New Perspectives on HTML and XHTML, Comprehensive

Creating a Valid Document Some attributes are restricted, while others are required in XHTML New Perspectives on HTML and XHTML, Comprehensive

Attributes Prohibited in the Strict DTD New Perspectives on HTML and XHTML, Comprehensive

Required XHTML Attributes New Perspectives on HTML and XHTML, Comprehensive

Inserting the DOCTYPE Declaration You can also add the DOCTYPE declaration, which tells XML parsers what DTD is associated with the document <!DOCTYPE root type “id” “url”> New Perspectives on HTML and XHTML, Comprehensive

The XHTML Namespace A namespace is a unique identifier for elements and attributes originating from a particular document type (like XHTML or MathML) Two types of namespaces: Default: applied to a root element and any element within it <root xmlns=“namespace”> New Perspectives on HTML and XHTML, Comprehensive

The XHTML Namespace Local: applies to only select elements Each element in the local namespace is marked by a prefix attached to the element name xmlns: prefix=“namespace” Identify any element belonging to that namespace by modifying the element name in the tag: prefix:element New Perspectives on HTML and XHTML, Comprehensive

Setting the XHTML Namespace To set XHTML as the default namespace for a document, add the xmlns attribute to the html element with the following value: <html xmlns=http://www.w3.org/1999/xhtml> New Perspectives on HTML and XHTML, Comprehensive

Testing an XHTML Document To test your document, you need to send the file to an XML parser Several are available on the Web Sometimes the same mistake results in several errors noted in the report Fixing one mistake can solve several errors New Perspectives on HTML and XHTML, Comprehensive

Testing an XHTML Document New Perspectives on HTML and XHTML, Comprehensive

Successful Validation Under XHTML Transitional New Perspectives on HTML and XHTML, Comprehensive

Testing an XHTML Document To test under another DTD, you’ll need to change the DOCTYPE declaration New Perspectives on HTML and XHTML, Comprehensive

Using Style Sheets and XHTML Parsed character data (PCDATA) is text parsed by a browser or parser Unparsed character data (CDATA) is text not processed by the browser or parser A CDATA section marks a block of text as CDATA so that parsers ignore any text within it New Perspectives on HTML and XHTML, Comprehensive