Lab 1 Reflection

     Lab 1 of DD was about the most basic of HTML. In this lab we created a simple HTML and wrote about how to create an HTML file in the code of our page. The first thing we did was setup Adobe Dreamweaver. Adobe Dreamweaver is a code editing software which gives us a platform to write code. It also has a live preview and can upload files to a server. These features would be helpful later on in the lab since it allowed us to view the shanges made to our document as we edited the code and allowed us to host our file on a classroom server for the world to see. But as of right now there were a few things needed to be set right before we started coding. We needed to change background color of the software, which was done in preferences, to match the color we would use when taking the Dreamweaver CetiPort exam. We also set the size of the text to a larger size so we could see what we were doing and have an easier time coding. After that came actual coding.
     In Dreamweaver we created a new file in HTML. In the code the tags that were needed to create an HTML file were already there. We started by changing what was in between the <title> tags from Untitled to Lab 1. Then we needed to change what would be displayed on the screen, mostly by working in between the <body> tags. Our lab needed a heading consisting of the course name, lab number, lab title, and author's name; size of text decreasing in that order. This was done using <h1>, <h2>, <h3>, <h4>, and <h5> tags with the size of the text decreasing as the number associated with h increased. This allowed us to make some headings bigger or smaller than others. After the entire heading was complete we wrote about how to create an HTML file in <p> tags. Once this was done we saved the file into the proper folder on our computer and uploaded the file on to the class server. 
     These skills are important to a web designer because a web designer should know how to create actual web pages. These skills are the basics in creating a web page and uploading them to a server for people to access. It allows a web designer to express their ideas or design in code and make it live on the Internet. It is a big step from the design/mock up stage of a web page to the development and live hosting stage. In simpler terms, it is the 'web' in 'web designer'. 

Comments

Popular posts from this blog

Favicons

Favorite Teacher Project Reflection

Lab 20 Reflection