You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
850 B
HTML
20 lines
850 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>TP1 HTML exo 2</title>
|
|
</head>
|
|
<body>
|
|
<p>Premier exercice HTML</p>
|
|
<p><big><b>Hyper Text Markup Language</b></big></p>
|
|
<p>HTLM est un language facile à maitriser. Il s'agit d'un <b>language à balises</b>, c'est-à-dire contenant des</br>
|
|
instructions dans des balises (<b>tags</b>) délimitées entre les symboles inférieur ("<") et supérieur (">").</br>
|
|
Ces instructions sont <big><b>interprétées</b></big> par les différents navigateurs et <small><b>apparaissent</b></small> sur votre écran.
|
|
|
|
<p>U<sub>0</sub>=1234</p>
|
|
<p>U<sub>0</sub>=U<sub>n-1</sub>x(<i>n</i>-8)<sup>2</sup></p>
|
|
<HR>
|
|
|
|
<a href="index.html"> retour à l'index</a>
|
|
</body>
|
|
</html> |