Is it advisable to have the ® symbol in <img>‘s tag alt attribute or not? I am interested in knowing if there are problems with using the Registered symbol, such as not rendering properly in some browsers.
Is it advisable to have the ® symbol in <img> ‘s tag alt attribute
Share
It all depends on your character encoding for the file. If the encoding is set correctly, the browser should display it correctly. There is nothing in the spec that suggests otherwise.