Learn HTML
CSS Introduction
CSS Basic Syntax
CSS Selector
CSS Units
CSS Text
CSS Border
CSS Outline
CSS Padding
CSS Margin
CSS Height & Width
CSS Overflow
CSS Resize
CSS Background
CSS Box Sizing
CSS Position
CSS Float
CSS Clear
CSS Clip Path & Shape Outside
CSS Display
CSS Media Queries
CSS Pseudo Classes & Elements
CSS Filter
CSS Transition
CSS Transform
CSS Animation
CSS List Style
CSS Table
CSS Scrollbar Styling
CSS Icon
CSS Cursor
CSS Variable & Calc
CSS User Select
CSS Flexbox
Learn Javascript
Learn Django
In inline technique we can write it two ways:
1.Inside opening and closing of head tag
2.Inside of any opening tag
Inside opening and closing of head tag:
Inside of opening and closing of the head tag, we write style tag and inside style opening and the closing tag
we write CSS code.
Inside of any opening tag:
If we want to write CSS inside a HTML tag then we write style attribute and then equal sign and then we write
the
CSS code inside the double quotation. We can write all these things only in the opening tag.
In the external technique first, create a CSS file and write CSS code there and then
link that CSS file with the HTML file.
HTML page
CSS page