Both. The tag DIV is HTML. The variable id identifies the tag so that the browser knows what to apply the CSS to, which is in the next variable "style". You have put the CSS in the tag itself. It is more efficient to put the CSS in it's own file and refer to the DIV tag there.
So inside...