Html Css Colors Backgrounds — Free Html Tutorial

Learn Html Css Colors Backgrounds in Html with a free, beginner-friendly tutorial, examples and practice for Indian students on Syllab.in.

Html Css Colors Backgrounds — Free Html Tutorial

Learn Html Css Colors Backgrounds in Html with a free, beginner-friendly tutorial, examples and practice for Indian students on Syllab.in.

✓ 100% Free ✓ No Login Needed ✓ NCERT / CBSE Aligned ✓ Download as PDF

TL;DR: Learn Html Css Colors Backgrounds in Html with a free, beginner-friendly tutorial, examples and practice for Indian students on Syllab.in.

Written & reviewed by the Syllab.in Academic Team (CBSE/NCERT subject experts) · Updated

🤖 Stuck on any question? Ask Syllab's free AI Tutor for a step-by-step explanation — instant, unlimited, no login.

Html Css Colors Backgrounds in Html

Colors: hex (#RGB, #RRGGBB), rgb(r,g,b), rgba(r,g,b,a), hsl(h,s,l). RGBA adds transparency.

Gradients: linear-gradient(direction, color1, color2), radial-gradient(color1, color2).

background-image, background-size (cover, contain, 100px), background-position.

Html Css Colors Backgrounds — Syntax

<style>
  .gradient { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); }
  .overlay { background: rgba(0, 0, 0, 0.5); }
  .image-bg { background: url(image.jpg) center/cover; }
</style>

Learn Html Css Colors Backgrounds step by step with Syllab's free interactive Html tutorial — runnable code examples, practice exercises and instant AI feedback, all free with no signup. Explore the full Html course →