Quiz 2: (Header Element)
-
Elements: html, head, title, style, body, h1, p, ul, ol, li, span
-
Attributes: type, media, class, id, style
- Style Info
-
Selectors: span, body, xhtml (ID), css (ID), loud (CLASS), li
-
Properties: background-image, background-color, color, padding,
margin, font-size, font, border, text-align, text-decoration
The header and paragraph use the "loud" class. Only the header uses a local style.
The ordered list is identified as "xhtml" and the unordered list is identified
as "css".
The hints are all enclosed in "span" elements.