Academic Tutorials



English | French | Portugese | Dutch | Italian
Google

Online

À la maison Codes sources E-Livres Téléchargements Nous contacter Au sujet de nous

HTML Tutorials
HTML Tutorial
XHTML Tutorial
CSS Tutorial
TCP/IP Tutorial
XML Tutorials
XML Tutorial
XSL Tutorial
XSLT Tutorial
DTD Tutorial
Schema Tutorial
XForms Tutorial
XSL-FO Tutorial
XML DOM Tutorial
XLink Tutorial
XQuery Tutorial
XPath Tutorial
XPointer Tutorial
RDF Tutorial
SOAP Tutorial
WSDL Tutorial
RSS Tutorial
WAP Tutorial
Web Services Tutorial
Browser Scripting
JavaScript Tutorial
VBScript Tutorial
AJAX Tutorial
DHTML Tutorial
HTML DOM Tutorial
WMLScript Tutorial
E4X Tutorial
Server Scripting
ASP Tutorial
PHP Tutorial
PERL Tutorial
SQL Tutorial
ADO Tutorial
.NET (dotnet)
Microsoft.Net
XML Web Services
ASP.Net
.Net Mobile
C# : C Sharp
ADO.NET
VB.NET
Multimedia
SVG Tutorial
Flash Tutorial
Media Tutorial
SMIL Tutorial
Web Building
Web Browsers
Web Hosting
W3C Tutorial
Web Building
Web Quality
Web Semantic
Web Careers
Java Tutorials
Java Tutorial
JSP Tutorial
Servlets Tutorial
Struts Tutorial
EJB Tutorial
JMS Tutorial
JMX Tutorial
Programming Langauges
C Tutorial
C++ Tutorial
Visual Basic Tutorial
Data Structures Using C
Soft Skills
Communication Skills
Time Management
Project Management
Team Work
Leadership Skills
Corporate Communication
Negotiation Skills


HTML Elements

Previous Next





A <DOCTYPE> Element

Doctype signifie un « type déclaration de document » (DTD). Toutes les pages de HTML et de XHTML devraient employer un élément pour définir lequel la version de HTML il épousere. Le doctype définit que la version du HTML vous emploient, et fournit l'information importante à votre navigateur ainsi il peut rendre votre page plus rapide et plus uniformément. La déclaration de doctype laisse également valider le logiciel pour vérifier la syntaxe de votre page :




HTML 4.01 strict, transitoire, Frameset

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">




XHTML 1.0 strict, transitoire, Frameset

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">




DTD DE XHTML 1.1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">




The <title> Element

The <title> element is one of the most important HTML elements. Its main function is to describe the content of a web page.

Even if title is not visible part of the web page, it is important to the quality of the web site because it is visible in the following

  • The search engine lists
  • An the windows title bar
  • The users bookmarks
  • Le titre doit être court et descriptif comme possible. Quand l'utilisateur recherche un Internet les sites Web, la plupart des moteurs de recherche montrent le titre du site Web dans le résultat de recherche. S'assurer que le titre match l'utilisateur content recherche. Alors seulement l'utilisateur cliquera sur le lien pour visiter votre site Web.

    Quand un utilisateur visite le site Web, le titre sera évident dans la barre de titre de fenêtres. S'assurer que le titre décrit l'emplacement même lorsqu'une fenêtre est réduite au minimum. Ensuite quand l'utilisateur a visité le site Web, le titre des pages Web sera stocké dans la chemise d'histoire de visiteurs (ou dans sa chemise de favoris). S'assurer que le titre décrit clairement des pages pour la future visite.




    Corriger les exemples de titre :

    <title>Java Tutorial</title>
    <title>Introduction to Java</title>




    Exemples incorrects de titre :

    <title>Introduction</title>
    <title>Chapter 1</title>




    The Header Element

    An <h1> element is used to describe a top level header of the web page. Since some of the web browsers do display <h1> element in a large font by default, some of the web developers do use a <h2> element instead of <h1> element for the top level headers. This will not confuse reader, if he is person, but it do confuse most of the search engines and the other software which will try to "understand" a structure of web page.

    Make sure that you use <h1> for the top level headers, <h2> and <h3> for the lower levels. Try to structure the web page headers after this template:


    This is the main header

    This is a level 2 header

    Paragraph and sentences. Paragraph and sentences. Paragraph and sentences.

    This is a level 3 header
    Paragraph and sentences. Paragraph and sentences. Paragraph and sentences.
    This is a level 3 header
    Paragraph and sentences. Paragraph and sentences. Paragraph and sentences.





    Previous Next

    Keywords: HTML Elements, html table element, lenntech com periodic chart htm, html dom element, javascript html element, html span element, html label element, periodic lanl gov default htm, www lenntech com periodic chart htm, html style element, html object element, a html element, html element attributes, html option element, chemlab pc maricopa edu periodic periodic html, html element properties, html script element, html element position, html anchor element,


    HTML Quizes
    HTML Quiz
    XHTML Quiz
    CSS Quiz
    TCP/IP Quiz
    XML Quizes
    XML Quiz
    XSL Quiz
    XSLT Quiz
    DTD Quiz
    Schema Quiz
    XForms Quiz
    XSL-FO Quiz
    XML DOM Quiz
    XLink Quiz
    XQuery Quiz
    XPath Quiz
    XPointer Quiz
    RDF Quiz
    SOAP Quiz
    WSDL Quiz
    RSS Quiz
    WAP Quiz
    Web Services Quiz
    Browser Scripting Quizes
    JavaScript Quiz
    VBScript Quiz
    AJAX Quiz
    DHTML Quiz
    HTML DOM Quiz
    WMLScript Quiz
    E4X Quiz
    Server Scripting Quizes
    ASP Quiz
    PHP Quiz
    PERL Quiz
    SQL Quiz
    ADO Quiz
    .NET (dotnet) Quizes
    Microsoft.Net Quiz
    XML Web Services Quiz
    ASP.Net Quiz
    .Net Mobile Quiz
    C# : C Sharp Quiz
    ADO.NET Quiz
    VB.NET Quiz
    Multimedia Quizes
    SVG Quiz
    Flash Quiz
    Media Quiz
    SMIL Quiz
    Web Building  Quizes
    Web Browsers Quiz
    Web Hosting Quiz
    W3C Quiz
    Web Building Quiz
    Web Quality Quiz
    Web Semantic Quiz
    Web Careers Quiz
    Java Quizes
    Java Quiz
    JSP Quiz
    Servlets Quiz
    Struts Quiz
    EJB Quiz
    JMS Quiz
    JMX Quiz
    Programming Langauges Quizes
    C Quiz
    C++ Quiz
    Visual Basic Quiz
    Data Structures Using C Quiz
    Soft Skills Quizes
    Communication Skills Quiz
    Time Management Quiz
    Project Management Quiz
    Team Work Quiz
    Leadership Skills Quiz
    Corporate Communication Quiz
    Negotiation Skills Quiz

    Privacy Policy
    Copyright © 2003-2008 Vyom Technosoft Pvt. Ltd., All Rights Reserved.