My issue
please tell me a mistake in this code
My code
// your code goes here
Learning course: Learn HTML / CSS
Problem Link: CSS Inline styling Practice Problem in HTML / CSS - CodeChef
please tell me a mistake in this code
// your code goes here
Learning course: Learn HTML / CSS
Problem Link: CSS Inline styling Practice Problem in HTML / CSS - CodeChef
<h2 style='color: blue; font-size: 16px;'>This is a styled h2 heading</h2>
<p>Some content here...</p>
<ol style='color: blue; font-size: 16px;'>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ol>
LIKE IT IF IT IS HELPFUL