Yes, you can add inline CSS directly to an HTML element using the global style attribute.
Here is how you would apply inline CSS to an <img> tag, using the same visual specifications (width 180px) implied by your original wiki markup example.
You place your CSS properties and values directly inside the style attribute, separated by semicolons.