Computer Science, asked by Anu17jan, 1 year ago

what is inline, internal and external css?

Answers

Answered by ag21dec1989pa7b0j
2
Inline css is like <body style: background="red">
internal css is used in <style>p{font size=12px} </style>
And external css is used externally out of html page.
Similar questions