CSS3
CSS - cascade style sheets, is not a programing language it is just styling addition to HTML (Hypertext Markup Language). CSS have a simple structure consisting from tag, class or id and its property. It is applicable in very HTML code between tags <style>....</style> or in separated CSS file which must be in the same folder as index.html. Above we have a olive box on the center of the screen with blue text inside and it is written with application of class of an HTML object. Below is the same code but with application of id of an HTML object. We can also use variables, which can be used anywhere in the document.