tttapa / ESP8266

Documentation and help with the ESP8266 chip/boards/modules
GNU General Public License v3.0
651 stars 282 forks source link

Backward slash meaning #41

Open srajwal opened 5 years ago

srajwal commented 5 years ago

Hi I wanted to know what is the significance of having \ (backward slash) in the following line of code-

server.send(200, "text/html", "<form action=\"/LED\" method=\"POST\"><input type=\"submit\" value=\"Toggle LED\">")