CSS color implement 2022
In this content I will show you how to implement CSS color code. Ok lets start, we have a html tag like this picture
and
Now How to color the text "This is a span tags"
lets implement in code
and the display image
We can implement CSS color code many way
Like now see how we can color in CSS line
lets implement in code
and how its look like
This is an inline CSS
we can also use div .
Now what is div? right ?
div is a like tag
how to use div in code?
starting tag and ending tag
like
<div> This is a div </div>
lets implement in code
0 Comments