Html mark tag
Html strong tag: Is basically used to mark the text as highlighted <mark> is used to mark the texts as highlighted.
Syntax of Html mark tag
<mark>text.</mark>
Html mark tag
Example
<!DOCTYPE html> <html> <head> <title>Title</title> </head> <body> <p>Without Mark Tag : This is paragraph without mark texts.</p> <p>Mark Tag : This is <mark>important</mark> paragraph.</p> </body> </html> |
Output :
Advertisements
Add Comment
📖 Read More
- 1. Html small tag
- 2. Html delete tag
- 3. Html insert tag
- 4. Html subscript tag
- 5. Html superscript tag