27.05.2025 - 16.06.2025 / Week 6- Week 9 Angelique Svetlana Pekasa / 0377365 Interactive Design / Bachelors Of Creative Media / Taylor's University Project 2: Table of contents Lectures Instructions Exercises Reflections Lectures Week 6 Notes Universal selector: selec all elements on the page, represented by * Element selector: targets HTML elements by their tag name. ID selector: Targets an element with specific id attribute, represented by # followed by ID name. Class selector: Targets elements with a specific class attribute, represented by . followed by class name. Descendant selector: selects an element that is a descendant of another element, Child selector: selects elements that are direct children of another element, use ul > li Pseudo-class selector: Selects elements based on their state or position in relation to other elements. Placeholder: suggest wat to input in the text fill Week 7 Notes Pseudo-Class selector Link have 4 states (need to be ...