HTML Syntax Flashcards

1
Q

Give five examples of HTML element types.

A

HTML, Title, Span, Div, P, H1, H2. Header, Body

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Give an example of an HTML entity.

A

& + lt is <
& + gt is >
& + amp is &
& + quot is “

How well did you know this?
1
Not at all
2
3
4
5
Perfectly