The mark element speaks to a run of content in one archive marked or highlighted for reference purposes, because of its importance in an alternate setting. At the point when utilized within a citation or other square of content alluded to from the composition, it demonstrates a highlight that was not initially display yet which has been added to bring the spectator's thoughtfulness regarding a piece of the content that may not have been viewed as vital by the first writer when the square was initially composed, however which is currently under beforehand unforeseen investigation. At the point when utilized within the primary exposition of a record, it shows a piece of the archive that has been highlighted because of its conceivable significance to the client's present action.
The MARK Element is basically used for showing a marked text background. The MARK Element typically highlight the text with another background color, which attracts the reader and focus the particular text for the reference using. In the present scenario many of search engines are using this features of HTML5. When they search the particular text, they put that text into the MARK Element and then represents it on the screen. The MARK Element can be used for enhance the reading of user experience.
Here is the Syntax for MARK Element
Supported Browser
<mark>some text here</mark>
Below is complete syntax along with example
<!DOCTYPE html> <html> <head> <title>Title name will go here</title> </head> <body> <p>You are using the <mark>Mark</mark> element.</p> </body> </html>