inline css allows you to put specific style indtructions inside the HTML element.for example < p style color blue. and then so on.It is using the style attribute inside HTML elements.
internal css is to add style for the whole document. It is using the style inside heading.
external css is when you link another css style sheet to your html document and change the style there.It is using link to link external file .