here you will be learning basic of CSS CSS syntax: selectors{ property:value; } for example: h1{ color:blue; } this will change the foreground color of h1 element to blue.