InterviewSolution
Saved Bookmarks
| 1. |
Syntax to highlight text in HTML5? |
|
Answer» SYNTAX to highlight text in HTML5? While working in HTML5 PAGE we USE < MARK> tag and it is EASY and quick way of highlighting or marking text on the page and below is the syntax to do that:- ![]() And in plain HTML code we need to add some extra properties like background-color style as given below, by using below HTML tag.
|
|