-
Take a look at the array of words and match each of the terms in the HTML code snippet:
- Attribute
- Value
- Block element
- Inline element
<p> <img src="some-cool-photo.jpg" alt="beach in miami"/> </p>
-
Use this wireframe and put together a DOM tree representation of it.
-
BONUS: On your DOM tree representation find the following elements:
- root
- ancestor
- descendant
- parent
- child
- sibling