HTML

Image: What is HTML body and how to use it

What is HTML body and how to use it

To display content on your website, you need to place it inside the HTML body element, positioned below the header and above the footer. This dedicated article will guide you through some simple examples, explaining how to use the HTML body tag, how it functions, the attributes…

Read more
Image: How to use the HTML base tag to define a base URL

How to use the HTML base tag to define a base URL

In HTML, the base tag is responsible for defining a base URL for your website. In combination with the target attribute, it defines a target window for all relative links on the page. In the following article, we’ll introduce you to HTML base in more detail, show you how to use…

Read more
Image: What is required to develop a website?REDPIXEL.PLShutterstock

What is required to develop a website?

HTML, CSS, and server-side programming languages like PHP form the foundation for creating dynamic websites. In addition, client-side scripting languages such as JavaScript or TypeScript, along with powerful frontend and backend frameworks, make it possible to develop websites…

Read more
Image: How to customize HTML backgrounds with colors or imagesvioletkaipashutterstock

How to customize HTML backgrounds with colors or images

Customizing the background of your website can give it an added personal touch. With HTML, you can add colors or images to the background of your website. this article, we’ll take a look at what HTML backgrounds are and explain how to modify HTML backgrounds with a single color,…

Read more
Image: What are the SOLID principles?Elnurshutterstock

What are the SOLID principles?

Code can deteriorate, especially when the SOLID principles of object-based programming are not adhered to. These principles represent the five golden rules for maintaining clean and better code. Thanks to their specific laws and guidelines, they enable an easily understandable…

Read more
Image: Polyfill

Polyfill

Websites and apps are subject to constant change. New features and functions often promise a higher-value, securer or better-performing web project, which is why their implementation is often a mere formality. Many browsers, however, clearly lag behind when it comes to supporting…

Read more
Image: What is a website?Rawpixel.comShutterstock

What is a website?

What exactly is a website? Who needs one, and what are the different options available for private users and businesses? There are solutions for beginners, which require no programming knowledge. These solutions, especially content management systems, have established themselves…

Read more
Image: How to use a href in HTML to add links to your website

How to use a href in HTML to add links to your website

Internal and external links are an important part of your online presence. Adding links to your website is very easy to do with a href. In this tutorial, we will show you the structure of href attributes as well as their values. You will also learn practical tips for using href…

Read more
Image: E-mail etiquette: tips for good internet communicationChinnapongShutterstock

E-mail etiquette: tips for good internet communication

Every day, over 200 billion e-mails are sent around the world – although many of them aren’t received with much enthusiasm. In order for your business e-mails to stand out in all this chaos, you should pay attention to e-mail etiquette. If you stick to the most important rules,…

Read more
Image: Shadow DOMalphaspirit.itshutterstock

Shadow DOM

HTML, CSS, and JavaScript are the basic tools of modern web development. But these standard web languages begin to reveal their weaknesses when you want to customize and reuse individual blocks of code. That’s where shadow DOM technology, part of the Web Components suite, comes…

Read more