Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> img { -webkit-filter: grayscale(100%); filter: grayscale(100%); } </style> </head> <body> <h2>Convertir une image en niveau de gris en utilisant HTML/CSS</h2> <img src="/uploads/media/default/0001/01/b408569013c0bb32b2afb0f0d45e93e982347951.jpeg" width="400" height="300" alt="tree" /> </body> </html>