The following description of CSS inline styles is correct:
A.
Inline styles are defined in the header of a web page through < style> tags。
B.
Inline styles introduce styles defined externally through < link> tags。
C.
Inline styles import external styles through @ import statement。
D.
Inline styles are defined within HTML tags through the style attribute。