Electronics is important as we grown scientifically in the 21st Century, and knowing the basics about it is just as learning our alphabets (ABC). We
In Depth with the head, title and style HTML tags
Posted on by electronics simplified
What is head, title and style in HTML?
<head> element is the container for all the head elements in HTML. Its is like the human head which co
Code for Asynchronous Websever with the ESP32
Posted on by electronics simplified
//Include all the required Libraries
#include <WiFi.h>
#include <AsyncTCP.h>
#include <ESPAsyncWebServer.h>
//Add your WiFi details
c