# Quiz Time! ## UI Icons and The Triad --- ## The Browser Triad HTML, CSS and JS each do different and very important jobs in every web browser: - **HTML**: _Content_ - Gives a web page its structure. - Semantically describes content. - **CSS**: _Presentation_ - Typography, colour, layout, animation, etc. - **Javascript**: _Behaviour_ - In practice, everything HTML and CSS can't currently do. --- ## Icon do what? Which of the Browser Triad technologies is most associated with the following User Interface icons? --- ## Paragraph
--- ## Headings
--- ### Bulleted list
--- ## Numbered list
--- ### Align center
--- ### Bold
--- ## Italics
--- ## Links
--- ### Fast forward
--- ### superscript
--- ### Indent
--- ### Print
--- ### Fontface
--- ### Fill
--- ### Image
--- ### Write down your answers for later !