LAB 3


                                    

                                    LAB 3


 Part I – Reviewing this week’s lectures

    PAGE LAYOUT
  1.  Cells can be spanned across rows and column in a table by the use of a span factor and span operator. These is described with code and example below;
           Span factor = <n> ,
           Span operator = + 
                To make a cell span more than one column, we use the colspan attribute. A typical example is illustrated below;
        
<table style="width:100%">
<tr>
<th colspan="2">Name</th>
<th>Age</th>
<th>Sex</th>
</tr>
<tr>
<td>Jill</td>
<td>Smith</td>
<td>43</td>
<td>M</td>
</tr>
<tr>
<td>Eve</td>
<td>Jackson</td>
<td>57</td>
<td>F</td>
</tr>
<tr>
<td>Jack</td>
<td>Dorsey</td>
<td>42</td>
<td>M</td>
<tr>
<td>Steven</td>
<td>John</td>
<td>37</td>
<td>M</td>
<tr>
<td>Mary</td>
<td>Benson</td>
<td>47</td>
<td>F</td>
</tr>
</tr>
</tr>
</table>
        Then we have something like this





2. Coding Tables 

                    Positive; Improves ones knowledge of coding
                    Negative; Coding table is a bit technical, and requires proper knowledge of the process

      

  Cognition

 3. University Website in USA      
  1.    Alaska Christian College    (https://alaskacc.edu)                       
  2.    University of Alaska Fairbanks (https://uaf.edu/uaf/)                       
  3.    University of Arkansas Fort Smith (https://uafs.edu)                         
  4.     Athens State University (https://www.athens.edu)               
  5.    University of Alabama (https://www.ua.edu)               
  6.    Caltech (https://www.caltech.edu)                


 4. From the analaysed website above the common feature observed are; 
                Eazy to navigate
                Images on the websites are flexible
                Dynamic content
                They have landing page

5.  University Website in Ireland            
  •  Atlantic Technological University (https://www.atu.ie/)
  •  Dublin City University (https://www.dcu.ie/)
  •  Technological University Dublin (https://tudublin.ie/)
  •  Trinity College Dublin (https://www.tcd.ie/)
  •  University of Galway (https://www.universityofgalway.ie/)
 
6.   From the analaysed website above the common feature observed are; 
            Clear Navigation
            Interactive content 
            Student, alumni, donor personas
            Responsive design

7.     
    a.     Flat Design is a user interface design style that uses simple 2 dimensional elements and bright colours. websites that uses flat design includes; 
   
     b. Glassmorphism is a type of design which uses properties of glass to enhance a design, it  emphasizes light or dark objects, placed on top of colorful backgrounds. Website that uses flat design includes dribbles (www.dribbles.com), Microsoft and Apple.
     
    c. The difference between Glassmorphism and Neumorphism is that; while neumorphism is all about subtle contrast and solid colors and use of shadow, light and colour pallets, Glassmorphism goes a bit more about transparency, multilayer approach with object floating in space, vivid colours, a subtle light border on translucent object.

Comments

Popular posts from this blog

LAB 1

LAB 2

LAB 4