Today I learned how to create a button using html and program that button to do stuff using JavaScript. I was able to change the font color using buttons programmmed by JavaScript. To do this I needed to add a id name to the element I wanted to affect and then use that id name in the code. I also learned that on a seperate tab you can add code to a website using the console function. To do this you need to open the website on a new tab, go to the three dots on the top right of the page, go to more tools then developer tools and finally to the console section. There you can write code using JavaScript and it will work on the website.