XHTML tutorial in PDF

Created in January 2000, XHTML 1.0 is designed to conform to the Extensible Markup Language (XML) standard "while keeping" the properties of HTML 4.1. To simplify, it is a reformulation of the HTML language to the XML sauce.

To avoid confusion between versions, the World Wide Web Consortium has decided to provide this new XML-based HTML (XHTML) with a new name and version control.

Table of contents

  • The Basics
  • A New DTD
  • A Sample XHTML Document

 

The main goal is to separate the form and content:
The proliferation of products connecting to the internet such as PDA, multimedia mobile phones, I-mode ..., will force us to separate content and formatting.
Thanks to this, you will have only one content and several formatting according to the reading support of the page.

 

Make the document readable by the machine:

The rigor of the XML will facilitate the interpretation of the document by the machines. These machines are, among other things, Internet page indexing robots.

 

XHTML is extensible:

The XHTML will allow you to incorporate another tag language, such as SVG, MathML or XSLT, ... within the XHTML document as long as a DTD (Document Type Definition) that defines the language is introduced at document and the browser is able to process it.

Size : 69.811 Kb
File type : pdf
Downloads: 278
Created: 2018-09-26

Others XHTML Tutorials

XHTML, step by step

Introduction to XHTML

Others related eBooks about XHTML tutorial in PDF

Object Oriented Programming in PHP5

The purpose of this PDF tutorial is to provide a basic guide for student interested in Object Oriented Programming in PHP5 to build a dynamic web application....

JavaScript tutorial for professionals

Download free JavaScript tutorial course in PDF, training file in 106 chapters and 490 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

Building Front-End Web Apps with Plain JavaScript

This book shows how to build front-end web applications with plain JavaScript, not using any (third-party) framework or library. A front-end web application can be provided by any web server, but it is executed on the user's computer device (smartphone, tablet or notebook), and not on the remote w...

The JavaScript Way

Love it or hate it, JavaScript is avidly eating the world of software development. From we..., download free JavaScript tutorial in PDF (288 pages) created by Baptiste Pesquet ....

Learn ReactJS by example

Learn ReactJS by example, This example will use React-Bootstrap components. ...

Modern Web Development on the JAMstack

Learn how to run your web projects - everything from simple sites to complex applications ..., download free JAMstack tutorial in PDF (127 pages) created by Mathias Biilmann ....

Introduction to JavaScript in PDF

This tutorial provides an overview of Javascript programming language, it's a training document course in PDF under 34 pages designated to beginners....

Download JavaScript course

Download Javascript tutorials for student, free training document in PDF by Patrick Hunlock....

Learning PHP

Download free course Learning PHP, pdf file on 603 pages by Stack Overflow Community....

Eloquent JavaScript, 3rd Edition

JavaScript lies at the heart of almost every modern web application, from social apps like..., download free JavaScript tutorial in PDF (472 pages) created by ....