Inline - by using the style attribute inside HTML elements.
Internal - by using a <style> element in the <head> section.
External - by using a <link> element to link to an external CSS file.
Cascadingstylesheets - is use to format the layout of the webpage. It save a lot of work. It can controll the layout of multiple web pages all at once.
An InlineCSS - is used to apply a unique style to a single html element. the style attribute of an HTML element.
An internalCSS - is used to define a style for a single html page within a <style> element.
An externalCSS - is used to define a style for many html pages.
The CSScolorproperty - defines the text color to be use.
The CSSfont-familyproperty - defines the font to be used.
The CSSfont-sizeproperty - defines the text size to be used.
The CSSborderproperty - defines a border around html elements. You can define a border from nearly all HTML elements.
The CSSpaddingproperty - defines a adding (space) between the text and the border.
The CSSmarginproperty - defines the margin (space) outside the border.