How to define highlighted/marked text in HTML

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>

Result

How to define highlighted/marked text in HTML
How to define highlighted/marked text in HTML

Leave a Comment