CodeLab
Tutorials For Everyone
Run
<!Doctype html> <html> <head> <title>Mark Element</title> </head> <body> <p>A certain portion of text looks highlighted from the surrounding text. We do this by using <strong>mark</strong> element.</p> <p> <mark>This piece of text has different background.</mark> Interestingly the background changing tag is mark, and it highlight the text. </p> </body> </html>