Please enable JavaScript.
Coggle requires JavaScript to display documents.
CSS (3 Ways to insert in html (External (calling CSS file (How to call…
CSS
3 Ways to insert in html
External
calling CSS file
How to call
Using Link" tag ïn head tag
<link rel="stylesheet" type="text/css" href="filename.css>
Internal
Using style tag
How
<style type="text/css"> css code </style>
Inline
in Line
Example:
Syntex
Selector
Class
to write
.Classname
Id
Use
to style an element
Comment
Relation btween
Tips
Forget use of table use div
Why need
Cascading Style Sheet