Why do we have colour codes in HTML when we can just use their name to refer to them, as shown in the example below:
<html>
<body>
gghv ghvhbvhjb
<sub style="font-family:verdana;font-size:60%;color:green">
This is a paragraph with some text in it. This is a paragraph with some
text in it.This is a paragraph with some text in it. This is a paragraph
with some text in it.</sub>
i just thought, what the heck
</body>
</html>