steps to highlight the heading in green colour using the highlighter
Answers
Answered by
1
Answer:
i will tell in html
Explanation:
<html>
<head>
<style>
mark{
color:green;
}
</style>
</head>
<body>
<mark> hi to all</mark>
</body>
</html>
Similar questions