Lab 4: Basic HTML, CSS, and JavaScript
Goal This lab exercise was designed to introduce us to the various coding languages that are used in developing Web GIS applications with ArcGIS API for JavaScript. The lab introduced us to using HTML, CSS, and JavaScript for the different parts of creating a webpage. After completing this lab, we were able to develop a simple webpage using the three coding languages simultaneously. Methods Part 1 of the lab exercise involved building the bare bones of the webpage using HTML. The result of creating the webpage using just HTML results in a boring webpage that displays the text in black and white, with no color or dynamic attributes. We created the header for the webpage as well as an unordered list, which in this case was simply a list of our favorite hobbies. Part 2 is where the webpage was made more interesting. We added an input form to the top of the webpage where, with extra coding, an end user could give their opinion on the quality of the webpage. We also added a logo ima...