Voila mon debut de page web oui je sais c´est laid;
< !DOCTYPE html PUBLIC " -//W3C//DTD XHTML 1.1//EN" " http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
< html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
< head>
< title>Bienvenue sur Sk8-Pro!!!</title>
< meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" / >
< link rel="stylesheet" media="screen" type="text/css" title="Design sombre" href="skateboardpro.css" / >
< /head>
< body>
< div id="en_tete">
< /div>
< div id="menu">
< div class="element_menu">
< h3> Informations < h3>
< ul>
< li><a href="photos.html">Photos</a></li>
< li><a href="vidéos.html">Vidéos</a></li>
< li><a href="downloads.html">Downloads</a></li>
< li><a href="biographys.html">Biographie</a></li>
< li><a href="shows.html">Concert</a></li>
< /ul>
< /div>
< /div>
< div id="corps">
< h1>Bienvenue sur Skateboard-Pro!!!</h1>
< p>Bonjour et bienvenue sur Sk8-Pro!!</br>Mon < em>nouveau site</em> de Skateboard!!</p>
< /div>
< div id="pied_de_page">
< p>Copyright Corporation 2005<br/>Tous droits réservés</p>
< /div>
< /body>
< /html>
et voilà mon css:
p
{
font-size: 18px;
}
h1
{
text-align:justify;
color:red
}
p
{
color:red;
}
body,
{
background-color:white
}
p
{
width: 100%;
text-align: center;
}
h3
{
color:red;
}
- en_tete
{
width: 760px;
height: 100px;
background-image: url("images/banniere.png");
background-repeat: no-repeat;
margin-bottom: 10px;
}
body
{
width: 760px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
background-image: url("images/fond.png");
}
- menu
{
float: left;
width: 160px;
}
. element_menu
{
background-color: #626262;
background-image: url("images/notif.png");
background-repeat: repeat-x;
border: 2px solid black;
margin-bottom: 20px;
}
. element_menu h3
{
color: red;
font-family: Arial, " Arial Black", " Times New Roman", Times, serif;
text-align: center;
}
. element_menu ul
{
padding: 0px;
padding-left: 20px;
margin: 0px;
margin-bottom: 5px;
}
. element_menu a
{
color: red;
}
- corps
{
margin-left: 140px;
margin-bottom: 20px;
padding: 5px;
color: #B3B3B3;
background-color: #626262;
border: 2px solid black;
}
- corps h1
{
color: red;
text-align: center;
font-family: Arial, " Arial Black", " Times New Roman", Times, serif;
}
- pied_de_page
{
padding: 5px;
text-align: center;
color: #B3B3B3;
background-color: #626262;
background-repeat: repeat-x;
border: 2px solid black
}
mon problème c´est:
Mon titre < h1> n´apparait seulement quand je met une fenêtre par dessus et je l´enlève ou quand je le surligne en tenant le bouton gauche(souris).L´autre problème,mon texte ce fiche carément en bas de mon cadre pas en haut et je sais pas pourquoi!À la place d´être en dessous de mon titre il est en bas carément!