Sunday, October 13, 2013

Lab 4

In this lab I was tasked with making a website containing a table. The table consists of 3 columns and 16 rows. Three columns represent the Color Name, Hex Code and the Color. What I did was I used the following coding for the columns: <table border="1">, <tr>, <td>Color Name</th>,<td>Hex Code</th> <td>Color</th>. These are some of the tags that I used when making this website with table. Following that,  I used the following code for the second row:
 
<tr>,
<td>cornsilk</td>
<td>#FFF8DC</td>
<td bgcolor="Cornsilk"</td>.

 I used the same code for all the other colors like Gold Gray, light pink and etc.The software that I used was of course Text edit and Safari to make and view the website as well as its table.  This is all relevant to web design because being able to create a table and apply hex codes to a text document is very crucial when it comes to applying it to other forms of web data, Web design does consists of statistics, which is what this website just so happens to have.  So in short as for my future in web designing this lab and its tags are something that I can hopefully apply in the near future. A list of tags that I used are :<html>, <head>, <body>,  <title>, <center>, <td>, <th> and <tr>.
 
 























No comments:

Post a Comment