Vladimir Simović has been building website projects with HTML & CSS since 2000 and with WordPress since 2004. He has always shared his knowledge with the community and was one of the first bloggers in the German-speaking world to publish tips and tricks in the early days of WordPress.
Since April 2022, he has been working as an editor for STRATO, writing informational articles primarily on WordPress and hosting topics. Over the years, he has published several specialised books as well as over 60 expert articles and has managed well over a hundred WordPress projects.
Creating and editing code, as well as programming websites and software, is much easier with an HTML editor. But how can you recognise a good HTML editor and what advantages and disadvantages should you look for when choosing one? Our practical overview presents recommended HTML…
If you want to liven up a static HTML file and make it interactive, you can easily embed JavaScript in HTML. JavaScript elements add dynamic features to the functions of a website and make for modern, creative online presences. Our tutorial explores the available options for…
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,…
Are you familiar with the File Transfer Protocol, better known as FTP? If not, it’s worth exploring, as this protocol makes digital file transfers much easier. It’s especially useful when working with large volumes of data, where an FTP server is often the most efficient…
The HTML label tag is an important building block on the path to a user-friendly and accessible website. By labelling form elements, it makes navigation easier and also supports the use of screen readers for users with disabilities. Here you’ll learn what the label tag in HTML…
If you work on websites or regularly move large amounts of data, an FTP server can make your day-to-day work and collaboration much easier. It gives you a central place to manage and transfer your files efficiently. Setting up an FTP server is straightforward. In this guide,…
Styling HTML with Cascading Style Sheets is what has shaped the World Wide Web into a diverse landscape of distinctive online experiences. Our CSS tutorial guides you step by step through the fundamentals of stylesheet language using clear, practical examples. Build a solid…
In responsive web design, typography often doesn’t get the attention it deserves—even though setting up responsive fonts isn’t reserved for experts. So how does it work, and which web fonts suit responsive web typography? We’ll walk you through the technical basics, from media…
HTML and CSS are fundamental building blocks of the World Wide Web and are commonly used together. When styling an HTML document, you can include CSS in HTML using either internal or external methods to define the overall look and feel of your content. This guide provides clear,…
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…
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…
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…