Get your nagging questions on HTML and CSS answered through articles and
tutorials.
29 Apr 2023
Are you a frontend web developer looking for a project to improve your skills? Look no further than creating a Freelancer Website! In this project, you will get to design and develop a website that...
Read more
22 Apr 2023
If you are looking to build a career as a frontend web developer, one of the essential skills you may need to master is the ability to build an ecommerce website. In this project, you will learn ho...
Read more
15 Apr 2023
CSS preprocessors are tools that allow you to write CSS in a more efficient and organized way. They extend the capabilities of CSS by adding features that are not available in standard CSS, such ...
Read more
08 Apr 2023
CSS media queries are a crucial tool for creating responsive designs, as they allow developers to apply specific styles based on the user’s device or screen size. In this article, we will cover e...
Read more
01 Apr 2023
In this article, we’ll explore the world of backend development, including what it is, how it differs from front-end development, and what a backend developer does on a day-to-day basis.
As a be...
Read more
25 Mar 2023
CSS variables allow you to define reusable values in CSS that can be used throughout the website or web application.
They make it easier to maintain and update the website’s design. In this tuto...
Read more
18 Mar 2023
If you’re a beginner in web development, you’ve probably heard of Flexbox CSS. This powerful tool allows you to create complex layouts with ease, without having to resort to hacks or workarounds. I...
Read more
11 Mar 2023
Web development offers a diverse range of career paths, each with its unique set of responsibilities, required skills, and potential for career growth. I did a deep dive research on the available...
Read more
04 Mar 2023
A Frontend Web Developer is a professional who specializes in building and designing the user interface (UI) and user experience (UX) of websites. The role of a frontend web developer is to creat...
Read more
25 Feb 2023
One of the fundamental concepts in JavaScript is data types, which define the type of data that can be stored and manipulated in a program. As a beginner, it is important to understand the differen...
Read more
18 Feb 2023
You can always change the color of the navbar on a Bootstrap website to match your website’s branding.
Follow these steps to change the color of your Bootstrap navbar:
1. Identify the CSS class o...
Read more
11 Feb 2023
CSS is not a programming language. While CSS does play the critical role of a styling language in web development, it does not have the abilities of a traditional programming language.
What Makes ...
Read more
04 Feb 2023
The for loop is great for iterating over arrays and objects in Javascript. The for loop is a powerful control structure that allows you to repeat a block of code a specified number of times.
The...
Read more
28 Jan 2023
Tabs are a great way to organize content on a web page. They make it easy for users to find what they’re looking for.
In this post, you’ll learn how to create tabs using HTML, CSS, and JavaScript....
Read more
21 Jan 2023
HTML has six different heading tags, ranging from h1 to h6. The h1 tag is the most important and represents the main heading on a page. The h2 tag represents a subheading, and so on, with the h6 ta...
Read more
14 Jan 2023
Web development is a rapidly growing field, and choosing the right programming language to learn is crucial. With so many options available, it can be difficult to know where to start.
In this blo...
Read more
07 Jan 2023
The CSS border-color property allows you to specify the color of an element’s border. You can set the color on all four borders of your element together or individually.
Setting Border Color CSS...
Read more
28 Dec 2022
A while loop in Javascript allows you to execute a block of code repeatedly as long as a specified condition is true. It’s called a “while” loop because it continues to loop “while” a certain condi...
Read more
10 Dec 2022
You can take between 3 days to 1 month to learn and practice the basics of HTML. The time you take will depend on your learning pace.
So, you’re interested in learning HTML, huh? Well, good for ...
Read more
26 Nov 2022
Bootstrap is a popular CSS framework that provides a set of pre-designed components and layout styles that can be easily integrated into a web application. If you’re building a React app and want t...
Read more
19 Nov 2022
The Youtube video embed code you copy from Youtube shows a small video on all screen. It’s not responsive. With HTML and CSS, you can turn your video into a responsive youtube video.
You can also ...
Read more
12 Nov 2022
You can easily publish a HTML website on the internet. You will get a step by step guide on how to publish your HTML website on any website hosting server.
As a bonus, you will get a list of place...
Read more
05 Nov 2022
You can add categories to any post or page on your Jekyll. Then you can display:
a list of all category names on any page you want
a list of all post titles organized by their categories
a ...
Read more
29 Oct 2022
A vast number of developers use Bootstrap though CDN. But what exactly is Bootstrap CDN?
What is Bootstrap CDN
Bootstrap CDN are Javascript and CSS links that you can use to add Bootstrap to your ...
Read more
22 Oct 2022
Bootstrap Templates can be found on sale on different marketplaces online. You are going to dive deep on what are Bootstrap templates and how you can leverage them to help you in creating websites ...
Read more