Tim just started working as an intern for a local television station. He is responsible for maintaining the station’s website, and he is learning CSS as fast as he can.
Tim discovers, through trial and error, that he cannot assign the same id value to multiple elements. He quickly changes his strategy and uses a(n) ______ attribute instead. a. div b. class c. type d. named
Tim quickly changes his strategy and uses a b. class attribute instead.
In HTML, the id
attribute must be unique within a page, while the class
attribute can be assigned to multiple elements, allowing for shared