I am trying to make a web page with html and host/ access it with a arduino nano with the ethernet module on top. So far it is working and i can access the web page. the problem i am haveing is when i try to add a radio button with html. i can write text in titles and in the body but when i try to add the client.println("
LED on/off:
"); it wont work and i get the error. inconsistent user-defined literal suffixes 'radio' and 'LED' in string literal.