InterviewSolution
Saved Bookmarks
| 1. |
Explain the practical usage of <mark> Tag of Html |
|
Answer» <P>This <mark> ELEMENT is fused to highlight or draw attention without changing its IMPORTANCE or emphasis. The mark element represents a run of text in one document marked or highlighted for reference purposes, due to its relevance in ANOTHER context. Below are the different use cases.
Example <p>While Remy and Bruce did a masterful job on <mark><cite></mark>Introducing HTML5<mark></cite></mark>, I’m not sure about that shade of brown.</p>While Remy and Bruce did a masterful job on <cite>Introducing HTML5</cite>, I’m not sure about that shade of brown. |
|