Lab #4 Reflection
Brandon Wilson Lab #4 Reflection September 29, 2018 In this lab, we were expected to make a table and fill it with specific colors, their hex code and the hue for ones that we were assigned, as well as some of our own choosing. This lab was pretty simple because making a table isn't too complicated, and filling it with the right information wasn't really much to do. First things first, I created 4 headings. One with my name, one with the name of the class, one with the date, and one with the name of the lab along with the number. As you can see, this table has many different colors, their hex number and the hue. I'll explain step by step how I made this table the way it displays below. What I did first was create the table first. I used the <table> tag in order to start my table and ended it with a closing </table> tag. Just to make it big enough I did added an inline css style option with the width option within my table tag named "width:100%" w...