Agenda
How to include in html file?
In-Line
<element_name style="rules" > {element content} </element>
Embedded
<style> CSS_selectors{ rules } </style>
Linked
<link href='stylesheet_path' rel='stylesheet'/>
By Vinay Mavi
This Deck contains basic of css
A fullstack developer curious to explore every thing in web development domain.