🏷️ 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: Static Files
🟑 Medium

Django: Static Files

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

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

Basic HTML Tags

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

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Django: Template Inheritance
🟑 Medium

Django: Template Inheritance

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

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
The display Property
🟑 Medium

The display Property

display is one of the most important CSS properties. It controls how an element occupies space on the page and...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Browser DevTools for HTML and CSS
🟑 Medium

Browser DevTools for HTML and CSS

DevTools is the built-in developer tool in every modern browser. It lets you see a page's structure, change HTML and...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Django: Forms in Templates
πŸ”΄ Difficult

Django: Forms in Templates

A Django form is a Python class. In a template it becomes HTML. Let's look at the rendering approaches: from...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
The CSS Box Model
🟒 Easy

The CSS Box Model

Every HTML element is a rectangle. CSS controls the size of that rectangle through four layers: content, padding, border, and...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Bootstrap 5: The Grid System
🟑 Medium

Bootstrap 5: The Grid System

Bootstrap Grid is a way to divide a page into columns. It's based on a 12-column grid: any row can...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
HTML Form Validation
🟑 Medium

HTML Form Validation

Browsers can validate form data before it's sent to the server β€” without a single line of JavaScript. Built-in validation...

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

HTML Forms

A form is the primary way to collect data from users: logins, search queries, comments, settings. Understanding HTML forms also...

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Bootstrap 5: Components for DevBlog
🟑 Medium

Bootstrap 5: Components for DevBlog

Bootstrap ships with a set of ready-made UI components. Instead of writing CSS from scratch, you grab the HTML markup...

πŸ‘€ 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