2 résultats trouvés

par oceanenavarro25
20 déc. 2025, 17:47
Forum : HTML et CSS
Sujet : Afficher une image via un bouton
Réponses : 8
Vues : 160865

Re: Afficher une image via un bouton

Tu peux utiliser JavaScript : quand l’utilisateur choisit un fichier, mets img.src = URL.createObjectURL(file) pour l’afficher
par oceanenavarro25
20 déc. 2025, 17:46
Forum : HTML et CSS
Sujet : What are the key differences between the CSS properties
Réponses : 2
Vues : 58238

Re: What are the key differences between the CSS properties

block takes the full width and starts on a new line, while inline stays in line and only takes as much space as its content.