Welcome

We do not expect an actual 5 year old on this platform. The term "WebFor5" connotes simplicity in our articles. We ensure that our articles on various web development topics are easy to understand and digest 😊

Promises in Javascript

Promises in Javascript are used to handle asynchronous events. It acts as a figure used to represent the value of something in calculation for a resul...

January 17th, 2020 | 6 mins read

Introduction to git

Git, simply put is a tool which we use to track the changes we make in our code while developing software. git also allows multiple developers work on...

January 7th, 2020 | 6 mins read

CSS Specificity

CSS Specificity is a set of rules used by CSS in browsers to determine which style declaration (among other declarations) would be applied to an eleme...

December 31st, 2019 | 3 mins read

CSS Measurement Units

CSS Measurement units include px, pc, cm, em, rem, % and so much more. Knowing which one to use in order to achieve the result you want becomes of gre...

December 31st, 2019 | 5 mins read

The DOM

DOM is an acronym for Document Object Model which refers to a logical representation of a document (HTML or XML) and it's contents on the web. The rep...

December 30th, 2019 | 4 mins read

What is Javascript?

Javascript is a scripting language which is dynamic in nature. It is popularly known for it's usage on the web. With this language, interactions and f...

December 30th, 2019 | 5 mins read

Selector Methods in CSS

There a numerous methods for selecting elements which CSS styles can be applied to. In this article, we'd be looking at some of them.

December 29th, 2019 | 4 mins read

What is CSS?

CSS stands for Cascading Stylesheet which is used to define how elements on a page are displayed. Its duty is to add beauty to a website by creating l...

December 27th, 2019 | 6 mins read

What are Scripting Languages?

Scriting langauges are languages which need to be interpreted by interpreters rather than being compiled. They use interpreters (developed for them) t...

December 26th, 2019 | 2 mins read

Websites and Web Applications - The Comparison

Websites and web applications are two terms which are often mistaken with the other. In this article, we'd look at them differently and compare to see...

December 26th, 2019 | 2 mins read

Do you have any topic in web development which you would love to be written about?
If yes, kindly create a new issue on the repository or fill this form.