diff --git a/week1-dom/03_select_parent_child/index.html b/week1-dom/03_select_parent_child/index.html index 60cc4f5..033fa7d 100755 --- a/week1-dom/03_select_parent_child/index.html +++ b/week1-dom/03_select_parent_child/index.html @@ -3,6 +3,8 @@ + 03_select_parent_child @@ -15,13 +17,19 @@ -

Welcome to this page.

+ +

Welcome to YOUR page.

This is a paragraph, the CSS class is apple.

+

Go take a look at the CSS file if you don't believe me!! And change the font of

This is a paragraph, the CSS class is pear. - The id is banana, and p5 is going to add an image of a banana below using select() and parent().

-

This is another paragraph, the CSS class is also apple.

-

This is another paragraph, the CSS class is also apple, but now there is also an id set to orange.

+ The id is banana, and the p5 library, the one referenced in the head tags above + is going to add an image of a banana below using select() and parent(). + Take a look at the sketch.js in this directory. The link to the banana image below is in the .js!

+

This is another paragraph, the CSS class is also apple.

+

This is another paragraph, the CSS class is also apple, + but now there is also an id set to orange in the style CSS. Check it out.

- \ No newline at end of file +