HTML

Image: HTML What are the most important HTML tags? An overviewSomjaiKingShutterstock

HTML What are the most important HTML tags? An overview

Without HTML tags, your website cannot be displayed properly by different browsers. They structure your document, pass on important information and are thus particularly important for your website. We will show you the most important HTML commands in table form and explain what…

Read more
Image: What is a WYSIWYG editor and which one is right for you?Dominik BruhnShutterstock

What is a WYSIWYG editor and which one is right for you?

WYSIWYG – this unusual string of letters has become the standard for most editing programs. Many users can hardly imagine working without the “What You See Is What You Get” principle. Yet especially when it comes to HTML editors, there are alternative approaches and differing…

Read more
Image: How does embedding videos with HTML work?Y Photo StudioShutterstock

How does embedding videos with HTML work?

HTML5 makes embedding video easier than ever before for developers. The latest version of the markup language defines a native video element and its associated API. Alternatively, website operators can embed audiovisual content via popular video platforms like YouTube or Vimeo on…

Read more
Image: What are the most important meta tags? An overviewBEST-BACKGROUNDSShutterstock

What are the most important meta tags? An overview

Meta tags serve website operators by providing metadata in HTML documents. The encoded information interacts with web browsers and search engine crawlers and is therefore responsible for the searchability of the World Wide Web. But which meta elements are actually needed and how…

Read more
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 URLRawpixel.comShutterstock

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