Introduction
In the previous article we learned about how to organize data in tables. Block and Inline elements are the other constructive element
Latest Simplified
Organizing Data in a Table using HTML for kids
Posted on by electronics simplified
Introduction
When it comes to designing a layout for a particular purpose with information on a web page, tables are a powerful tool in HTML. They
How to create a List in HTML?
Posted on by electronics simplified
In the previous articles we have learned about a few basic HTML tags. One of the other basic elements in HTML is creating lists. Whether it's a l
How to link 2 web pages in HTML?
Posted on by electronics simplified
Now you might be wondering how the website works and takes us from one webpage to another. The webpages are linked with a hypertext reference. Linkin
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
Reading more basic HTML tags for Kids
Posted on by electronics simplified
After creating the first web page with a few basic tags, we should head on to the exploration journey of Learning. If you haven't created your first
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