Hi there, young web designers! Are you ready to take your web pages to the next level? In this article, we'll dive into the exciting world of CSS
HTML and Web Computing For Kids
Posted on by electronics simplified
Web Computing is a web based system that provides access to a software system using a computer and internet connection. Basically, it is the way h
Classifying Block and Inline Elements
Posted on by electronics simplified
Introduction
In the previous article we learned about how to organize data in tables. Block and Inline elements are the other constructive element
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
Creating Your First Web Page using HTML for Kids
Posted on by electronics simplified
What is HTML?
HyperText Markup Language is a programming language used for creating the structure of web pages. Web pages are the major consti
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
How to use the PIR Motion Sensor using interrupts and timers
Posted on by electronics simplified
Every project that we invent or create is built with an intent to solve an existing issue. We take various inputs from the environment and afte
How to interface the Humidity Sensor DHT11 with the ESP32 (Web Server)
Posted on by electronics simplified
Measuring Temperature, humidity is become an important task in lives. As we monitor temperatures in various places for example a freezer or a cak
How to Control LED brightness using a Web Server with the ESP32?
Posted on by electronics simplified
Controlling the brightness of an LED is an easy task. We could do it using code or using wired input. In this tutorial, we will learn how to cont