How to define marked (highlight) text in HTML

1 Answer

0 votes
<!DOCTYPE html>
<html>
    <body>

         <h1>Text <mark>text</mark> text</h1>

    </body>
</html>

<!--
run:


-->

 



answered Dec 3, 2018 by avibootz

Related questions

1 answer 172 views
1 answer 212 views
1 answer 185 views
185 views asked Dec 4, 2018 by avibootz
1 answer 181 views
181 views asked Dec 3, 2018 by avibootz
1 answer 167 views
1 answer 192 views
...