tttapa / ESP8266

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

Backward slash meaning #41

Open srajwal opened 6 years ago

srajwal commented 6 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\">")