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