5546 sujets

Sémantique web et HTML

salut moi c'est jorel je suis age de 16 et je vie en afrique japprend plusieur langage infor matique et je veux avoire des astuce et des conseil en html et css java mon gmail
jaurel.2014@gmail.com
mon html et css


<!DOCTYPE html>
<html>
<head><link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>tutorial</title>
</head>
<body>
<h1>? LE SITE DU TUTO™ ?</h1>
<h2>pour apprendre tu est au bonne endroit</h2>
<ol>
<li>POUR LE HTML <a href="page2.html">clique ici</a></li>
<li>POUR APPRENDRE LA PROGRAMMATION <a href="https://www.codecademy.com/">clique ici</a>cela clique ici</li>
</ol>
<table class="w3-table">
<tr>
<th>? tuto Bricola ?</th>
<th>tuto Informatique ?</th>
<th>tuto Electronic ?</th>
</tr>
<tr>
<td>?tous ?</td>
<td>?maitemence.astuce ?</td>
<td>?exemple:comment fair un climatiseur maison ?</td>
</tr>
</table>
Try It Yourself »

</body>
</html>
et css

h2 { text-align: center }
h2{ background-color: lightblue; }
}
p{
color: white;
}
p{
font-size: large;
}
p
{
font-family: arial;
}
body{
background-color: black;
}
h1{ background-color: orange;
font-size: large;
font-family: arial;
text-align: center
}
ol li{
font-family: Comic Sans MS, Comic Sans, cursive;
background-color: orange
}
table{
margin-left: auto;
margin-right: auto;
font-family: Comic Sans MS, Comic Sans, cursive;
background-color: orange
}

Smiley cligne