Give five examples of HTML element types.
HTML, Title, Span, Div, P, H1, H2. Header, Body
What is the purpose of HTML attributes?
They give addition information about elements.
Example would be src attribute gives specified path to the image displayed.
Give an example of an HTML entity.
& + lt is <
& + gt is >
& + amp is &
& + quot is “