Lab #14 Reflection
Brandon Wilson
Lab #14
This lab was very simple. We used internal JavaScript to make a button change the text within our html document. This used a function that we defined to get the text within the paragraph tag with an id, and then alter it. The activation of this function was the button, which a user would press for the function to run. On my web page, the text in the paragraph would say, hello HTML. When clicked, it would change to hello JavaScript. Web designers would need to know how to do this so they can make their website interactive. Buttons would be a big part of navigation methods and making stuff happen in general. So this would be a useful tool in the arsenal of a web designer.
Lab #14
This lab was very simple. We used internal JavaScript to make a button change the text within our html document. This used a function that we defined to get the text within the paragraph tag with an id, and then alter it. The activation of this function was the button, which a user would press for the function to run. On my web page, the text in the paragraph would say, hello HTML. When clicked, it would change to hello JavaScript. Web designers would need to know how to do this so they can make their website interactive. Buttons would be a big part of navigation methods and making stuff happen in general. So this would be a useful tool in the arsenal of a web designer.
Comments
Post a Comment