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: 281
Created: 2018-09-26

Warning: Trying to access array offset on false in /home/tutovnfz/public_html/article.php on line 233

Others XHTML Tutorials

XHTML, step by step

Introduction to XHTML

Others related eBooks about XHTML tutorial in PDF

Learn ReactJS by example

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

HTML5 canvas tutorial

Download free HTML5 tutorial course in PDF, training file in 18 chapters and 180 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

Practical Semantic Web and Linked Data Applications

The next major advance in the Web will be Web 3.0 which will be built on semantic Web technologies. ...

Symfony quick guide in PDF

This tutorial is designed to help you discover the Symfony2 framework through the creation of a small web application,pdf tutorial for beginners....

Angular Testing Succinctly

Though sometimes perceived as a hurdle, testing can save developers from heartbreak in the..., download free Angular tutorial in PDF (94 pages) created by Joseph Booth ....

Learning Website Development with Django

A beginner's PDF tutorial to building web applications,quickly and cleanly, with the Django application framework by Ayman Hourieh....

PHP Succinctly

Download free course PHP Succinctly, pdf file on 119 pages by José Roberto Olivas Mendoza....

Node.JS tutorial for professionals

Download free Node.JS tutorial course in PDF, training file in 111 chapters and 334 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

Getting Started with AngularJS

Download free training document tutorial about the basics of framework AngularJS....

JavaScript: A Crash Course in PDF

Free PDF tutorial to download intituled JavaScript: A Crash Course intended to beginners, course in 28 pages created by well known author and developer....