diff --git a/lesson09/AppendingContent.html b/lesson09/AppendingContent.html new file mode 100644 index 0000000..5ba453c --- /dev/null +++ b/lesson09/AppendingContent.html @@ -0,0 +1,47 @@ + + + + + Appending Content + + + +

CIW JavaScript Specialist

+

Appending Content

+ Question: How many little pigs had houses made of straw?
+
+

+

+

+

+

+

+
+ + \ No newline at end of file diff --git a/lesson09/AppendingScript.html b/lesson09/AppendingScript.html new file mode 100644 index 0000000..0e1f7ea --- /dev/null +++ b/lesson09/AppendingScript.html @@ -0,0 +1,20 @@ + + + + + Appending Content JavaScript + + + +

+ + + + diff --git a/lesson09/changeAttribute.html b/lesson09/changeAttribute.html new file mode 100644 index 0000000..a467e49 --- /dev/null +++ b/lesson09/changeAttribute.html @@ -0,0 +1,39 @@ + + + + + Change Attribute + + + +

CIW JavaScript Specialist

+

Change Attribute

+
+

What are the attributes of this div tag?

+
+ + + diff --git a/lesson09/getElemenById.html b/lesson09/getElemenById.html new file mode 100644 index 0000000..7b29af3 --- /dev/null +++ b/lesson09/getElemenById.html @@ -0,0 +1,37 @@ + + + + + Change URL + + + +

CIW JavaScript Specialist

+

Change URL

+ Microsoft
+ + + \ No newline at end of file diff --git a/lesson09/getElementByClassName.html b/lesson09/getElementByClassName.html new file mode 100644 index 0000000..68e9f45 --- /dev/null +++ b/lesson09/getElementByClassName.html @@ -0,0 +1,24 @@ + + + + + Check CSS class data + + + +

CIW JavaScript Specialist

+

Check CSS class data

+

First

+

Second

+

Third

+ + + \ No newline at end of file diff --git a/lesson09/getElementByName.html b/lesson09/getElementByName.html new file mode 100644 index 0000000..28a2eb5 --- /dev/null +++ b/lesson09/getElementByName.html @@ -0,0 +1,27 @@ + + + + + Check named element data + + + +

CIW JavaScript Specialist

+

Check named element data

+
+
+
+ + + + \ No newline at end of file diff --git a/lesson09/getElementByTagName.html b/lesson09/getElementByTagName.html new file mode 100644 index 0000000..a6623d3 --- /dev/null +++ b/lesson09/getElementByTagName.html @@ -0,0 +1,60 @@ + + + + + Cool slide show + + + + +

CIW JavaScript Specialist

+

Cool slide show

+ First picture + Second picture + Third picture + Fourth picture + Fifth picture +

Click the image to advance the slides.

+ + \ No newline at end of file diff --git a/lesson09/hello.js b/lesson09/hello.js new file mode 100644 index 0000000..1a11e81 --- /dev/null +++ b/lesson09/hello.js @@ -0,0 +1 @@ +alert('Helloooo!'); \ No newline at end of file diff --git a/lesson09/images/pic1.jpg b/lesson09/images/pic1.jpg new file mode 100644 index 0000000..9981116 Binary files /dev/null and b/lesson09/images/pic1.jpg differ diff --git a/lesson09/images/pic2.jpg b/lesson09/images/pic2.jpg new file mode 100644 index 0000000..2f5a01e Binary files /dev/null and b/lesson09/images/pic2.jpg differ diff --git a/lesson09/images/pic3.jpg b/lesson09/images/pic3.jpg new file mode 100644 index 0000000..fe236c8 Binary files /dev/null and b/lesson09/images/pic3.jpg differ diff --git a/lesson09/images/pic4.jpg b/lesson09/images/pic4.jpg new file mode 100644 index 0000000..d9ca5ae Binary files /dev/null and b/lesson09/images/pic4.jpg differ diff --git a/lesson09/images/pic5.jpg b/lesson09/images/pic5.jpg new file mode 100644 index 0000000..8763797 Binary files /dev/null and b/lesson09/images/pic5.jpg differ