- Featured
- Featured
- Featured

When to use id or class in HTML
If you read my recent article on “What is a class HTML?” you may have wondered when to use “id” or class in HTML. This article will unpack that answer

Should I Learn CSS in 2022
CSS stands for Cascading Style Sheets and standard method for styling web pages. CSS specifies how HTML components should appear on a screen. Web browsers read HTML files that normally

Lists in HTML with Examples
In HTML, you can display lists of information in multiple manners. You can display it as an ordered, unordered or description list. The two most commonly used lists types are

What is Semantic HTML
Have you ever wondered what all those odd tags in HTML are for? Okay, maybe you haven’t, but I have. And I’m here to tell you all about it. In

4 Benefits of Semantic HTML
There are many benefits to using semantic HTML when coding websites. For starters, it makes your code more readable and understandable for both humans and machines. Additionally, semantic HTML can

What is a class in HTML?
When you start with Basic HTML, most of your coding would be in generic <div> tags with inline styling and no CSS files. As you

Is HTML Hard to Learn
HTML stands for Hyper Text Markup Language and is the standard markup language for creating web pages. Web browsers read HTML files and render web

What is the Best Way for a Beginner to Learn HTML?
So, you want to start learning HTML? Awesome! HTML is a relatively easy language for beginners to learn because it is straightforward and doesn’t require much knowledge in other areas.

10 HTML Tags That Every Beginner Should Know
Hey, welcome to my blog post on 10 HTML tags that every beginner should know – from a beginner on the same journey as you! If you’re just starting out

What are the different types of HTML attributes?
HTML attributes are special phrases used within the opening tag to govern the behaviour of an element. An attribute either alters an elements default functionality or adds capability to particular

Description List with Example
A description list is a list of words that each have a description. In HTML, lists describe specific information in a list format. Ordered Lists, Unordered Lists, and descriptive Lists

Best Way to Learn CSS for Beginners
CSS can be a little daunting for beginners; as a beginner myself, I know! But don’t worry, there are plenty of ways to learn CSS. This blog post will explore

10 Most Important CSS Concepts for Beginners
A question you often ask as a beginner coder is how much is enough. How much of CSS should I know to feel confident with the language? This post is

What is a media query used for in CSS?
When I started learning CSS in January 2022, it wasn’t long before I came across media queries. Initially, using media queries to effectively create 3 different versions of my site,

The basics of CSS Selectors
One of the first things you will learn about CSS is the basic CSS syntax, and pretty much as soon as you learn the syntax, you will come across CSS

How long does it take to learn HTML
HTML is one of the most basic coding languages that you can learn. Technically, HTML is a markup language, and because of this, it doesn’t take long to get up

Learn two programming languages at once – should you do it?
So you want to be a coder? Or maybe you’re already coding but you’d like to learn more languages. Should you learn two programming languages at once? The answer is

What is the best programming language to learn first and why
“What is the best Programming language to learn first” is often met with a response of “It doesn’t matter what programming language you learn first”. I get it, everyone is

Is Programming Hard to Learn
As someone who recently started my coding journey (January 2022), I know what it feels like to hit the invisible wall between tutorials and actual coding. If you are wondering