Answers for "Which of the following tag will help you highlight a text line?"

0

mark tag in html

mark {
  display: inline-block;
  line-height: 0em;
  padding-bottom: 0.5em;
}
Posted by: Guest on April-28-2020
0

how to highlight text in css

<body>
<p>The Math test is on <mark>Friday</mark>.</p>
</body>
Posted by: Guest on May-24-2020

Code answers related to "Which of the following tag will help you highlight a text line?"

Browse Popular Code Answers by Language