Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> ul { list-style: url('/uploads/media/default/0001/01/03d3f916bd5c266dd5008d5c210478cc730437eb.png'); } </style> </head> <body> <h2>Exemple de la propriété list-style </h2> <ul> <li>Chocolat</li> <li>Sucreries</li> <li>Sucettes</li> </ul> </body> </html>