COUPE ROBOTIQUE DES IUT : Différence entre versions
(Contenu remplacé par « RobotGEII 16-17 ») |
|||
Ligne 1 : | Ligne 1 : | ||
[[RobotGEII 16-17]] | [[RobotGEII 16-17]] | ||
+ | <!DOCTYPE html> | ||
+ | <html> | ||
+ | <head> | ||
+ | <meta charset="utf-8" /> | ||
+ | <title>Premiers tests du CSS</title> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | <h1>Mon super site</h1> | ||
+ | |||
+ | <p style="color: blue;">Bonjour et bienvenue sur mon site !</p> | ||
+ | <p>Pour le moment, mon site est un peu <em>vide</em>. Patientez encore un peu !</p> | ||
+ | </body> | ||
+ | </html> |
Version du 31 mars 2018 à 20:18
RobotGEII 16-17 <!DOCTYPE html> <html>
<head> <meta charset="utf-8" /> <title>Premiers tests du CSS</title> </head>
<body>
Mon super site
Bonjour et bienvenue sur mon site !
Pour le moment, mon site est un peu vide. Patientez encore un peu !
</body>
</html>