Affiliate link
CSS - Position
Cascading Style Sheets (CSS) is the language for styling website design. The language is written within HTML or XML.
Types of Positioning
- Relative
- Static
- Absolute
- Fixed
- Sticky
Why use CSS?
CSS solve the problem of putting fonts, color or any styling in HTML attributes.
<tag>..content</tag>
Affiliate link
Affiliate link





