Computer Science, asked by jaspreetkaur1111, 1 year ago

steps to highlight the heading in green colour using the highlighter​

Answers

Answered by dheerajbhat777
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