✍️ Author

PyLand Team

PyLand Team

253 Articles
90683 Views
16 Reactions
✍️ Articles

Author's articles

All publications PyLand Team

Bootstrap 5 Basics
Html Css

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...

🟑 Medium
πŸ“… 30.06.2026
Semantic HTML5 Tags
Html Css

Semantic HTML5 Tags

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

🟑 Medium
πŸ“… 30.06.2026
Links and Images in HTML
Html Css

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>...

🟒 Beginner
πŸ“… 30.06.2026
CSS Pseudo-classes and Pseudo-elements
Html Css

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...

🟑 Medium
πŸ“… 30.06.2026
CSS Cascade and Specificity
Html Css

CSS Cascade and Specificity

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

🟑 Medium
πŸ“… 30.06.2026
Connecting CSS to HTML: Three Ways
Html Css

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...

🟒 Beginner
πŸ“… 30.06.2026
What is HTML
Html Css

What is HTML

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

🟒 Beginner
πŸ“… 30.06.2026
CSS Flexbox
Html Css

CSS Flexbox

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

🟑 Medium
πŸ“… 30.06.2026
HTML Lists
Html Css

HTML Lists

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

🟒 Beginner
πŸ“… 30.06.2026
Django: Static Files
Html Css

Django: Static Files

Static files are CSS, JavaScript, images, and fonts. Django handles them in a specific way: it serves them itself during...

🟑 Medium
πŸ“… 30.06.2026
Basic HTML Tags
Html Css

Basic HTML Tags

Tags are the building blocks of every HTML page. Knowing the core tag set lets you mark up most content:...

🟒 Beginner
πŸ“… 30.06.2026
Django: Template Inheritance
Html Css

Django: Template Inheritance

Without inheritance, every HTML template would contain duplicated code: navigation, CSS/JS links, footer. Inheritance lets you write a page skeleton...

🟑 Medium
πŸ“… 30.06.2026
πŸ“Š Statistics

Statistics by categories

Author's article distribution by topics

πŸ“

Django

63 articles

πŸ“

Python

54 articles

πŸ“

Git ΠΈ GitHub

32 articles

πŸ“

Html Css

23 articles

πŸ“

LLM ΠΈ AI

21 articles