What is inline CSS?
Inline CSS means to put the CSS code inside the HTML tag.
Example 1:
<html> <body style=background-color:red;> </body> </html> |
Output:
 |
Similar Problems to understand
- How to use HTML code in PHP?
- How to use Javascript code in PHP?
- How to use PHP code in Javascript?Â
- How to use external CSS in HTML and PHP?
- How to use internal CSS in HTML and PHP?
- How to use inline CSS in HTML and PHP?