8. Example of Applying Inline CSS in HTML.


    <html>
    <body>
        <h1 style="color:blue;margin-left:30px;">This is a heading</h1>
        <p>This is a paragraph.</p>
    </body>
    </html>
    

Output

        No Output Available