Problème de placement

Fermé
Ewan - 2 mars 2021 à 17:45
enzomtpYT Messages postés 98 Date d'inscription vendredi 26 avril 2019 Statut Membre Dernière intervention 8 février 2023 - 7 mai 2021 à 11:00
Bonjour,
j'aimerais reussir a placer ces 3 bouton et textes sur la meme ligne mais je ne sais pas comment faire voici mon code:
(vous n'aurez pas les images dsl)

<html>
<head>
<title>Accueil</title>
</head>
<body>
<center>
<FONT face="arial" size="50" color="white">
<h1><strong>Accueil</strong><h1>
</FONT>
</center>
<div>
<FONT face="arial" size="25" color="white">
<p>Ma Musique</p>
<a class="button" href="musique.html"><img src="images/musique.png" width="260" height="260"></a>
<center>
<p>Mes vidéo</p>
<a class="button" href="video.html"><img src="images/video.png" width="260" height="240"></a>
</center>
<input value="Mes réseaux" align="right"</input>
<a class="button" href="reseaux.html"><img src="images/reseaux.png" width="260" height="260" align="right"></a>


<style>
body{
margin:0;
padding:0;
background: url("images/background.png") no-repeat center fixed;
background-size: cover;
}
</style>

1 réponse

enzomtpYT Messages postés 98 Date d'inscription vendredi 26 avril 2019 Statut Membre Dernière intervention 8 février 2023 8
7 mai 2021 à 11:00
J'aurais bien voulu t'aider mais la ton code html n'est pac correct : il manque des fermeture de balises
0