Comment mettre en évidence tout texte dans HTML et CSS
<!DOCTYPE html>
<html lang="en">
<head>
<title>How to highlight any text in html</title>
</head>
<body>
<p style="color: black;"><mark style="background-color: yellow;">Bharath Matha Ki Jai</mark></p>
</body>
</html>
Disturbed Dugong