Monday 3 October 2016

LAB 2

QUESTION 1

Write the markup language code to display your name in the largest-size heading element.

                          
                              

                         
QUESTION 2
  Write the markup language code for unordered list to display the days of the week.
                            
                                        




                   
QUESTION 3
 Write the markup language code for an ordered list that uses uppercase letters to order the items.  This ordered list will display the following : Spring, Summer, Fall and Winter.
                        
                        
                  
QUESTION 4
Think of a favourite quote by someone you admire.  Write the XHTML code to display the person's name in a heading and the quote in a blockquote.