Lab #5 Reflection

Brandon Wilson
Lab #5 Reflection
October 9th, 2018

   This lab required much more code then any of our previous labs. We were to make a table with 2 rows and 16 columns, and fill it with information based on our favorite foods, favorite movies, favorite and least favorite school subjects, favorite music genres and a grocery shopping list. First thing I did was create my usual headings. It consisted of using an <h1> tag through <h4> to display my name, class name, lab number and name, and the date. So next I made a table using the <table> tag. I started the first row using a <tr> tag and then started adding in the headings. I used 16 of these <tr> tags and added the heading corresponding to the information need (favorite foods, favorite movies, favorite and least favorite school subjects, favorite movie genres and a grocery shopping list). Next I made a second row that I used for all of the information based on the topics. I put my favorite foods as an unordered list and my favorite movies as an ordered list with numbers. For the other lists I had to create multileveled lists to meet a list inside of another. For my favorite subjects I created an ordered list with capital Roman numerals and also nested a list inside of them with an unordered list with open dots that had the reasons why I like those subjects. For the least favorite subjects, I made an unordered list with the style type being none. This means there was no dot before the list item. However before every subject I put an asterisk using an HTML span tag with the hex code representing an asterisk. Therefore it looks to show the asterisk as the dot before the subject is stated. Nested inside this, were ordered lists with lower case letters (a, b, c) and the reasons why those subjects were my least favorite. The next list was favorite music genres. This list was unordered with 3 genres of music that we liked. Nested inside that was the album name but as an ordered list with lower case roman numerals. NESTED WITHIN THAT, was another unordered list with normal dots that had 3 song names from that album. The last list that was to be made was a grocery list. It started with an unordered list of the aisle type. Nested within that was a list of 5 things that were in that section but was an ordered list with uppercase roman numerals. 

    Web designers would need to know how to do this in order to store LOTS of data within each other. Like a list of things they would need to display on a page, they wouldn't be able to do it without knowing what kind of list they want, unordered or ordered, and what kind of list style type they would like to use. Knowing all of this could allow for a more professionally displayed website with a sense of organization. 



Comments

Popular posts from this blog

WBL Workshop #6 Interview Skills

CTE Expo Reflection Journal

Lab #12 Reflection