Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>HTML style Attribute</title> </head> <body> <p style="color: blue;">This is a paragraph.</p> <p><img src="/examples/images/sky.jpg" style="width: 300px;" alt="Cloudy Sky"></p> <div style="border: 1px solid red;">Some content</div> </body> </html>