HTML Selector CSS Practice

[ Block and Inline Level Element ]

Block Element 1

Block Element 2

Inline Element 1 Inline Element 2

[ CSS Selectors ]

element or tag selector [ tag name { property: value; } ]

class selector [ .class-name { property: value; } ]

id selector [ #id-name { property: value; } ]