Web Dev Boot Camp Week 7
Welcome to my Full Stack development boot camp week 7! This blog update may be a little short since the topics for this week that were covered before venturing into Java Script; was to learn how to debug our own code and working with not only HTML but also CSS files. Dr. Angela Yu goes into depth explaining how to copy our own full pathways and pull up our sites but references how the compiler works when uploading the code and reading both files at the same time. Doing so, there are rules of hierarchy that come into play when the code uploads so that means I was challenged to look at my own code and see if I can inspect it, then spot the logical errors as my browser was loading up the site. From what I experienced during this practice challenge is that I would run into errors with how the code oversets default settings to the one's I had already put into place, but it was interesting to see that it wasn't the case here. It had t...