question 14 1 pts which of the following pairs of html tags is used to highlight text yellow? <mark></mark>…

question 14 1 pts which of the following pairs of html tags is used to highlight text yellow? <mark></mark> <b></b> <strong></strong>
Answer
Brief Explanations:
The <mark> tag in HTML is used to highlight text, typically shown in yellow by default in browsers. The <b> tag makes text bold and the <strong> tag also emphasizes text but doesn't highlight it yellow.
Answer:
<mark></mark>