inline CSS in web development

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

  1. How to use HTML code in PHP?
  2. How to use Javascript code in PHP?
  3. How to use PHP code in Javascript? 
  4. How to use external CSS in HTML and PHP?
  5. How to use internal CSS in HTML and PHP?
  6. How to use inline CSS in HTML and PHP?