What is a static website?

What is a static website

If you are new to coding, like I am, you may have heard that HTML and CSS alone are good for a static website and be wondering what is a static website? This article is going to explain what a static website is and the pros and cons of having a static website A static […]

Should You Learn HTML or CSS First?

Should You Learn HTML or CSS First

When it comes to learning web development, should you learn HTML or CSS first? HTML and CSS are both are important technologies to know, but they serve different purposes. This article will help you decide if you should learn HTML or CSS first and give you some examples of when learning either language would be […]

Should you Learn HTML in 2022

Should I learn HTML in 2022

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 pages. HTML is a markup language, not a programming language because it represents the structure of a webpage rather than giving the page functionality. Even beginner coders like myself would […]

6 Reasons why you shouldn’t style inline

6 Reasons why you shouldn't style inline

In HTML, the <style> tag is generally used to set styles inline on specific elements. While this method is convenient and easy to use, it has major drawbacks. In this post, we’ll look at six reasons you should avoid styling inline in HTML whenever possible. Read on to learn more! Styling inline in your HTML […]

Why Learn to Code – 6 Reasons you should think about

There are many reasons to learn to code – it can make you more employable, help you start your own business, and allow you to create things that you never thought possible. But what are the real motivations behind why people want to learn to code? This article will touch on 6 reasons that motivated […]