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

<!-->
<!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
<center>  
Le tag <center> est utilisé pour centrer un texte, photos, paragraphes etc..
Exemple du tag <center>:
<html>
<head> <title> Le titre de votre document.</title> </head>
<body>
<center>
Ce texte sera centré dans le navigateur
</center>
</body>
</html>
Le résultat sur le navigateur sera:
Ce texte sera centré dans le navigateur