HTML

Image: How to create unordered lists in HTML with the HTML tagwhiteMoccashutterstock

How to create unordered lists in HTML with the HTML tag

You can use the HTML tag together with the tag to add unordered lists to your web pages. Unordered lists are suitable for a variety of use cases, including checklists, feature descriptions and link collections. Learn about the syntactical specifics of unsorted lists and how to…

Read more
Image: How to use HTML formatting tags to format textSFIO CRACHOshutterstock

How to use HTML formatting tags to format text

HTML formatting lets you organise text and other webpage elements in a clean, visually appealing way. By using HTML tags, you can define structure, style and layout to enhance the experience that users have on your website. In this article, we cover the basics of HTML formatting,…

Read more
Image: How to set links with the HTML link tags <link> and <a>

How to set links with the HTML link tags <link> and <a>

Hyperlinks play a crucial role in SEO optimisation and the user-friendliness of websites. HTML offers two tags for anchoring websites, files, media and other resources in HTML. In this article, we’ll take a look at how to use HTML link tags and the typical ways they are used.…

Read more
Image: What are HTML classes and how does the HTML class attribute work?SomjaiKingShutterstock

What are HTML classes and how does the HTML class attribute work?

HTML classes are a fundamental tool in modern web development that allows programmers to manipulate multiple elements simultaneously. They offer flexibility, scalability and reusability, making them ideal for efficiently designing and interacting with dynamic websites. Learn how…

Read more
Image: How to format HTML headings using h tags

How to format HTML headings using h tags

HTML heading tags are indispensable for effectively structuring content. With these tags, you can create headings in HTML so that both search engines and readers can more easily understand and navigate the content on your website. Find out what different types of HTML h tags…

Read more
Image: How to choose and implement web-safe HTML fonts

How to choose and implement web-safe HTML fonts

Choosing web-safe HTML fonts ensures that your website’s design looks great and that browsers properly display content when people visit your site. In this article, we’ll explain which HTML fonts there are and how to use them correctly. Additionally, we’ll also take a look at how…

Read more
Image: How to centre text with HTML centringRawpixel.comShutterstock

How to centre text with HTML centring

Since the introduction of HTML5, the tag, which was once used to align text, has become obsolete and is no longer supported by modern browsers. If you want to centre text or other elements in HTML, you have to use CSS properties to do so. In this article, we’ll walk you…

Read more
Image: How to use HTML <canvas> to create a framework for graphics

How to use HTML <canvas> to create a framework for graphics

Looking to incorporate graphics or animations with JavaScript in your HTML document? Use the HTML <canvas> element to create a dedicated area for them. In this article, we’ll explain what the HTML <canvas> tag is and how you can use it, along with some practical examples to…

Read more
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