Creating my first website for an internship has been quite a learning experience. Throughout my training, I was always advised to avoid embedding styles directly into the HTML code. However, now that I am actually developing a site, I can't help but find it frustrating that I have to identify and reference span tags in a CSS file just to change their font color. Besides organizational reasons, is there any other justification for using CSS? Would it really be such a taboo to embed a single style directly? Thank you for taking the time to read this, any insights or feedback would be greatly appreciated.