“Como destacar qualquer texto em HTML e CSS” Respostas de código

Como destacar qualquer texto em HTML e 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

Como destacar o texto no CSS

<body>
<p>The Math test is on <mark>Friday</mark>.</p>
</body>
Vivacious Vole

Respostas semelhantes a “Como destacar qualquer texto em HTML e CSS”

Perguntas semelhantes a “Como destacar qualquer texto em HTML e CSS”

Procure respostas de código populares por idioma

Procurar outros idiomas de código