noun
inline style
In web development, CSS rules applied directly to a single HTML element via the style attribute, as opposed to external or internal stylesheets.
この要素にはインラインスタイルで色を指定しています。
The color is specified for this element using an inline style.
インラインスタイルはメンテナンスが大変なので、できるだけCSSファイルにまとめましょう。
Inline styles are hard to maintain, so let's consolidate them into a CSS file as much as possible.