Answers for "how to highlight in html and css"

CSS
-1

how to highlight any text in html and 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>
Posted by: Guest on August-18-2021

Browse Popular Code Answers by Language