HTML
JAVASCRIPT
PHP
ASP
SQL
CSS
ET
PLUS
Accueil.Nous Joindre.HTML.JAVASCRIPT.PHP.ASP.SQL.CSS.Annonces.

Mon premier site web Mon premier site web Mon premier site web Mon premier site web Mon premier site web Mon premier site web
Recherche personnalisée
Définition des Tags « codes » HTML

Apprendre le html , JavaScript, PHP, CSS, et ASP ...

2009 Copyright all rights reserved

Accueil Nous Joindre HTML JAVASCRIPT PHP ASP SQL CSS Annonces
<!-->
<!DOCTYPE>
<a>
<abbr>
<acronym>
<address>
<applet>
<area>
<b>
<base>
<basefont>
<bdo>
<big>
<blockquote>
<body>
<br>
<button>
<caption>
<center>
<cite>
<code>
<col>
<colgroup>
<dd>
<del>
<dfn>
<dir>
<div>
<dl>
<dt>
<em>
<fieldset>
<font>
<form>
<frame>
<frameset>
<head>
<h1> - <h6>
<hr>
<html>
<i>
<iframe>
<img>
<input>
<ins>
<kbd>
<label>
<legend>
<li>
<link>
<map>
<menu>
<meta>
<noframes>
<noscript>
<object>
<ol>
<optgroup>
<option>
<p>
<param>
<pre>
<q>
<s>
<samp>
<script>
<select>
<small>
<span>
<strike>
<strong>
<style>
<sub>
<sup>
<table>
<tbody>
<td>
<textarea>
<tfoot>
<th>
<thead>
<title>
<tr>
<tt>
<u>
<ul>
<var>
Insérer une image
Insérer SWF flash
Insérer media player
Inline frame Iframe
Insérer  flv flash files
HTML Elements
HTML Formatting
HTML Attributs
HTML Couleurs
HTML Liens
HTML Images
HTML Meta Tags
HTML Commentaire
HTML Forms
HTML Tables
HTML Image Carte
HTML Frames
HTML Entities
HTML Layouts
HTML Styles
HTML Scripts
HTML Templates
Website Hosting
<bdo>  
 <bdo.....>  montre la direction d’écriture.
Exemple de <bdo>
Le texte sur le navigateur sera de droite a gauche comme nous le montre l’exemple ci-dessous:
<html>
<head>
<title>  Direction d’écriture </title>
</head>  
<body>
<bdo dir="rtl">L’ecriture sera de droite a gauche</bdo>
</body>
</html>
L’ecriture sera de droite a gauche