diff --git a/DOM.js b/DOM.js new file mode 100644 index 0000000..f5dc3d3 --- /dev/null +++ b/DOM.js @@ -0,0 +1,21 @@ +function sentenceChange() { + document.getElementById("Paragraph1").textContent =("we are coders!"); + } + +function addImage () { + + document.getElementById() +} + +function colorchange() { + document.getElementById("Paragraph1").style.color = "blue" + +} + +function fontSize() { + document.getElementsByTagName('p').style.size = "40px" + +} + +document.getElementById("my_button").style.visibility = "hidden"; + diff --git a/js-dom.html b/js-dom.html new file mode 100644 index 0000000..3c4fc9c --- /dev/null +++ b/js-dom.html @@ -0,0 +1,23 @@ + + +
+
+
+ Developers for life!
+ + + + + + + + \ No newline at end of file diff --git a/lib/about.html b/lib/about.html new file mode 100644 index 0000000..44bdf08 --- /dev/null +++ b/lib/about.html @@ -0,0 +1,17 @@ + + + +