Web development explained for normal people! 🖥 🚀

Don't know which to learn first?
CSS syntax - Code The Web

CSS syntax

CSS is the language used to make websites unique. To make websites look good. Start your quest to learn CSS in this article…

Lists and navigation in HTML - Code The Web

Lists and navigation in HTML

Lists are very useful in HTML, and are also used to build navigation menus. Learn how in this article…

Wrapping and grouping HTML elements - Code The Web

Wrapping and grouping HTML elements

Sometimes you want to put HTML elements in groups, or put a wrapper around certain text so that you can select it. Learn ho...

Links, images and about file paths - Code The Web

Links, images and about file paths

Links and images are two of the most common elements in HTML. Learn how to use them along with file paths in this article…

Basic types of HTML tags - Code The Web

Basic types of HTML tags

Now we know how HTML tags work, what actually are they? What do they do? Learn about some of the most common HTML tags in t...

The structure of an HTML document - Code The Web

The structure of an HTML document

In this article, I will show you the overall structure of an HTML page. Now that you know the HTML syntax, it’s time to kno...