HTML

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: What are polyfills?

What are polyfills?

Websites and apps are constantly evolving. New features and functionalities often promise higher quality, better performance and enhanced security. With such clear benefits, they are often implemented without giving it a second thought. Many browsers, however, aren’t up to speed…

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 rules every professional should followChinnapongShutterstock

E-mail etiquette rules every professional should follow

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: What is structured data?

What is structured data?

While humans automatically structure data when reading a website, programs like web crawlers or screen readers have to rely on special labeling in order to grasp sematic relationships. This additional information can be embedded in HTML code through a corresponding markup for…

Read more
Image: iframeREDPIXEL.PLShutterstock

iframe

The iframe HTML tag, in a sense, opens a browser window within a browser window. With this technique, content from third-party websites can be incorporated into one’s HTML document relatively easily. For example, this technique is regularly utilized when embedding YouTube videos.…

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
Image: SASS TutorialImagentleShutterstock

SASS Tutorial

If you like designing websites but have a tough relationship with CSS, SASS might be the right solution for you. The preprocessor makes it easier for you to work on the design, but it has a few peculiarities. Our comprehensive SASS tutorial uses examples to explain what you can…

Read more