| name | language | licence |
|---|---|---|
| HTML : la balise meta robot | HTML | Other |
| HTML : superposer une image sur du texte (ex : un prix barré) | HTML | Other |
| HTML : formulaire d'upload enctype à ne pas oublier | HTML | Other |
| HTML/AJAX/W3C : Attribut name des inputs | HTML | Other |
| HTML/W3C : validation et erreurs à ne pas commettre | HTML | Other |
| HTML5 : Structure par defaut + commentaires | HTML | Other |
| HTML : Ajouter un favicon sur un site | HTML | Other |
| HTML : Attention mode quirks | Other | Other |
< 1 2 3 4 5 6 >
language: HTML
licence: Other
HTML : superposer une image sur du texte (ex : un prix barré)
options: view full snippet • send to code collector
<!-- permet de superposer une image sur un texte (exemple ici barré un prix avec une image) --> <div style="width: 25px; text-align: center;"> <img style="position: aboslute;" width="25" src="img/barre.jpg"/>129€ </div>



library
html (48)