📝 Category

Html Css

Articles about html-css

23 Articles

Category articles "Html Css"

Study all materials on this topic

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

Other categories

Study related topics

📝

Django

Articles about django

📚 63 articles ⭐ 4.7
📝

Python

Articles about Python

📚 54 articles ⭐ 4.8
📝

Git & GitHub

Articles about Git and GitHub

📚 32 articles ⭐ 4.9

Want more materials?

Subscribe to updates and be the first to know about new articles!