Ok, say you have:
<html>
<body>
<p>Text</p>
</body>
</html>
And you want to change/delete the Text into Paragraph and make the text blue. How would I do that?
I meant, I know how to change the color already, I meant like maybe a font editor. Like if you just say:
<p>Text</p>
I want to know how to change it with a function in JavaScript or anything.
<html>
<body>
<p>Text</p>
</body>
</html>
And you want to change/delete the Text into Paragraph and make the text blue. How would I do that?
I meant, I know how to change the color already, I meant like maybe a font editor. Like if you just say:
<p>Text</p>
I want to know how to change it with a function in JavaScript or anything.