About Headings and their Representation
Keep the headers (h1
, h2
, h3
, ...) semantically correct in HTML templates for your SEO. If you want some of your headlines to appear in a different look, apply CSS classes (like .h1
, .h2
, .h3
, ...), for example:
<h3 class="h4">Subtle Headline</h3>
Tips and Tricks User Experience Search Engine Optimization HTML5
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django GDPR Cookie Consent app
For Django websites that use cookies.