• Aucun résultat trouvé

Cours Web Aide-mémoire

N/A
N/A
Protected

Academic year: 2022

Partager "Cours Web Aide-mémoire"

Copied!
2
0
0

Texte intégral

(1)

Cours Web Aide-mémoire

Semaine du 19 septembre 2005

1 XHTML

<!-- Commentaire -->

1.1 Prologue

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">

1.2 En-tête

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<meta http-equiv="Content-Language" content="fr" />

<meta name="author" content="Jean Dupont" />

<title>

1.3 Corps

<body>

<p>

<h1>. . .<h6>

<br />

<hr />

<em>, <strong>

1.3.1 Listes

<ol> <li> </li> </ol>

1

(2)

<ul> <li> </li> </ul>

<dl> <dt> </dt> <dd> </dd> </dl>

1.3.2 Tables <table>

<caption>

<tr>

<th>

<td>

1.3.3 Images

<img src="image.png" alt="commentaire" />

1.3.4 Liens et ancres

<a href="http://www.cnrs.fr/">

<balise id="toto">, <a id="toto" />

<a href="#toto">

2

Références

Documents relatifs

[r]

[r]

– INSERT INTO Table (Colonne1,Colonne2) VALUES (valeur1,valeur2) – SELECT ∗ FROM Table WHERE Condition ORDER BY Colonne – SELECT Colonne1,Colonne2 FROM Table. – DELETE FROM

[r]

[r]

[r]

[r]

[r]