Topics
Introduction
How to define highlighted/marked text in HTML
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>www.techstudy.org</title> </head> <body> <mark>TechStudy</mark> The complete debugging solution </body> </html>
Topics
How to define highlighted/marked text in HTML
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>www.techstudy.org</title> </head> <body> <mark>TechStudy</mark> The complete debugging solution </body> </html>