🏷️ Tag

#html-css

Explore materials tagged "html-css" from expert practitioners. Up-to-date articles and useful tips to help you grow.

23 Articles
6 Similar tags

Articles with tag "#html-css"

All materials on the topic html-css

Django: Template Tags
🟑 Medium

Django: Template Tags

Template tags are logic inside HTML. Unlike {{ variable }} which only outputs a value, {% %} tags control flow:...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Colors and Fonts in CSS
🟒 Easy

Colors and Fonts in CSS

The first thing a DevBlog reader sees is text. Well-chosen colors and fonts make a blog readable and professional. Let's...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
CSS Selectors
🟒 Easy

CSS Selectors

A selector is the first part of a CSS rule. It tells the browser: "apply these styles to these elements."...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Bootstrap 5 Basics
🟑 Medium

Bootstrap 5 Basics

Bootstrap is the world's most popular CSS framework. It provides ready-made components and a utility class system that lets you...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Semantic HTML5 Tags
🟑 Medium

Semantic HTML5 Tags

Semantic tags describe the meaning of content, not just its appearance. A browser won't visually distinguish <div> from <article> β€”...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Links and Images in HTML
🟒 Easy

Links and Images in HTML

Links and images are two elements that make the web what it is. The <a> tag connects pages together; <img>...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
CSS Pseudo-classes and Pseudo-elements
🟑 Medium

CSS Pseudo-classes and Pseudo-elements

Pseudo-classes let you style elements based on their state or position in the DOM β€” without adding extra classes to...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
CSS Cascade and Specificity
🟑 Medium

CSS Cascade and Specificity

CSS stands for Cascading Style Sheets. "Cascading" means styles are applied according to a set of priority rules. Understanding those...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Connecting CSS to HTML: Three Ways
🟒 Easy

Connecting CSS to HTML: Three Ways

HTML gives a page its structure. CSS makes it look good. But before CSS can do anything, the browser needs...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
What is HTML
🟒 Easy

What is HTML

HTML is a markup language that tells the browser how to interpret a page's structure. It doesn't program logic β€”...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
CSS Flexbox
🟑 Medium

CSS Flexbox

Flexbox is a layout model that makes aligning and distributing elements in a row or column straightforward. In the DevBlog...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
HTML Lists
🟒 Easy

HTML Lists

Lists are one of the most common markup elements. Navigation menus, post tags, how-to steps, glossaries β€” all of these...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026

Similar tags

Study related topics

🏷️

#django

Related articles django

πŸ“š 68 articles
🏷️

#basics

Related articles basics

πŸ“š 32 articles
🏷️

#ai

Related articles ai

πŸ“š 29 articles
🏷️

#database

Related articles database

πŸ“š 11 articles
🏷️

#data structures

Related articles data structures

πŸ“š 10 articles
🏷️

#oop

Related articles oop

πŸ“š 8 articles

Looking for more on the topic?

Study all our materials or subscribe to updates