Answers for "difference between html syntax and css syntax"

CSS
1

difference between html and css

/*HTML:*/
<p>Hello World</p>
/*HTML and CSS:*/
<p style="color:red">Hello World</p>
Posted by: Guest on May-31-2021

Browse Popular Code Answers by Language