CSCE 120


Assignment 1 - Basic HTML


    Instructions
    ------------
    1 - Create a new page that has page title with your name
    2 - Your page should fit in Browsers, Tablets and Phones (responsive)
    3 - Create a list of grocery items using nested unordered list
    You will get:
    Fruit
    Vegetables
    Meat

    Under fruit you will have:
    Bananas
    Apples
    Peaches

    Under Apples you will have:
    Green
    Red

    For vegetables just get tomatoes

    Under meat you will have:
    Chicken
    Turkey


    4 - Create a table that will have a list of student information.
    First name = John, Last name = Miller, Age = 20, Department = Biology
    First name = James, Last name = Polar, Age = 19, Department = Computer Science
    First name = Amber, Last name = Johnson, Age = 20, Department = Chemistry

    5 - Make sure your table has the proper headings.

    6 - Add hyperlink to the appropriate department. When clicked it should display the UNL department site in a new tab.
    7 - Validate your code to make sure your your page is properly coded. Use one of the following links for validating your code.
    HTML Validators:
    Validator.nu (https://html5.validator.nu)
    The W3C MarkUp Validator http://validator.w3.org/
    The W3C Link Checker: (http://validator.w3.org/checklink) This one makes sure your internal links are not broken.
    --- Browser extentions
    --- You may find more online

    Total : 10 points
    ==============================================