

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Highlight HTML content for reference purposes
Use the <mark> tag to highlight HTML content. The HTML <mark> tag specifies a text highlighted for reference purposes that is for its relevance in another context.
Example
You can try to run the following code to highlight HTML content for reference purposes −
<!DOCTYPE html> <html> <head> <title>HTML Mark Tag</title> </head> <body> <h2>Cricketers in India</h2> <p>Sachin Tendulkar is <mark>god</mark> of cricket.</p> </body> </html>
- Related Questions & Answers
- How to use the water high in fluoride content for all purposes?
- HTML content Attribute
- Style to highlight active HTML anchor with CSS
- HTML <meta> content Attribute
- Get the HTTP header for the information of the content attribute in HTML
- Create editable content in an HTML document
- Add HTML Content to Bootstrap List Group
- Return the internal state of the masked array for pickling purposes in Numpy
- Container for embedded content in Bootstrap
- Container for Bootstrap 4 card content
- How to add a resource reference in HTML?
- What are the Purposes of Performance Management?
- How can we create a LOG filter for Logging purposes in C# ASP.NET WebAPI?
- How to add multi-language content in HTML?
- How to load html content in android webview?
Advertisements