is it possible to change the value of an HTML attribute w/ CSS? I know you can select elements by attr and add in content, but is it possible to actually change the value of the attribute itself? I know the answer is probably no, but after some searching and wondering I just wanted to make sure if this was possible or not.
Share
You are correct. The answer is no. The purpose of CSS is presentation, and not semantics (the purpose of HTML).