Création d'un fichier index.html
Fermé
cliantusse
Messages postés
11
Date d'inscription
mardi 9 octobre 2007
Statut
Membre
Dernière intervention
12 mars 2009
-
3 mars 2009 à 21:01
isso - 3 févr. 2018 à 17:53
isso - 3 févr. 2018 à 17:53
Bonjour tous le mode,je veux héberger un site web pour mon tp,mais pour l'activé il me demandé d'intégré un fichier index.html dans la racine du site,est ce que vous pouvez m'aidé je ne sais pas comment le faire merci.
A voir également:
- Https //localhost/index.html
- /Var/www/html/index.html ✓ - Forum Linux / Unix
- Aliexpress.com/index.html - Forum Consommation & Internet
- Http //192.168.l.49.1/index.html chromecast ✓ - Forum Téléphones & tablettes Android
- Modification de la page index.html n'apparait pas dans localhost ✓ - Forum HTML
- Index.html - Forum HTML
5 réponses
vladivostok
Messages postés
228
Date d'inscription
samedi 6 septembre 2008
Statut
Membre
Dernière intervention
8 février 2010
20
3 mars 2009 à 21:23
3 mars 2009 à 21:23
Commence par faire ton truc habituel
<html>
<head>
<title>ma première page ...</title>
</head>
<body>
la tu tape ton texte avec toutes les balise que tu veux
<big>
<center>
<marquee>
<table>
...
</body>
</html>
et tu enregistre le tout sous un format .html avec comme nom index en fait il s'agit généralement de ta page d'accueil
<html>
<head>
<title>ma première page ...</title>
</head>
<body>
la tu tape ton texte avec toutes les balise que tu veux
<big>
<center>
<marquee>
<table>
...
</body>
</html>
et tu enregistre le tout sous un format .html avec comme nom index en fait il s'agit généralement de ta page d'accueil
3 févr. 2018 à 17:53