#html-css
Study materials by tag "html-css" from expert practitioners. Current articles and useful tips for development.
Articles with tag "#html-css"
All materials on the topic 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...
Basic HTML Tags
Tags are the building blocks of every HTML page. Knowing the core tag set lets you mark up most content:...
Django: Template Inheritance
Without inheritance, every HTML template would contain duplicated code: navigation, CSS/JS links, footer. Inheritance lets you write a page skeleton...
The display Property
display is one of the most important CSS properties. It controls how an element occupies space on the page and...
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...
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...
The CSS Box Model
Every HTML element is a rectangle. CSS controls the size of that rectangle through four layers: content, padding, border, and...
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...
HTML Form Validation
Browsers can validate form data before it's sent to the server — without a single line of JavaScript. Built-in validation...
HTML Forms
A form is the primary way to collect data from users: logins, search queries, comments, settings. Understanding HTML forms also...
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...
Looking for more on the topic?
Study all our materials or subscribe to updates