Good morning everyone, given the difficult period I dedicated myself to a new project with Arduino Uno and the Ethernet module. I created a very simple HTML page taking inspiration from different projects, now I would like to customize it and make it more "beautiful". Searching on the internet I couldn't find a manual on the syntax to use to translate HTML commands into C language.
Could someone show me a link where I can find this information?
I think there is something out there because otherwise I don't know where they took the commands to make the web pages I saw. Hoping for help from the people of Arduino I wish everyone a good day
Which commands do you want to translate? When you serve web pages from your Arduino, you use normal HTML for the web page. It's only the code that serves the web page that is in C (actually mostly in C++).
You can't directly copy and paste from your notebook to a
Arduino I would like to know where I can find a guide where he explains how to create the web page with Arduino with explanations. Is there a manual or PDF that explains it?
mozzini97:
You can't directly copy and paste from your notebook to a
Arduino I would like to know where I can find a guide where he explains how to create the web page with Arduino with explanations. Is there a manual or PDF that explains it?
Why can't you copy? Have you tried google yet?
Are you saying that you want to have a running arduino "somewhere" as a webserver, and you want to send new pages over the net?