Skip to content

Instantly share code, notes, and snippets.

@aspencer8111
Created May 20, 2017 14:38
Show Gist options
  • Save aspencer8111/c4ce8042837e8ba244e66e876e674b61 to your computer and use it in GitHub Desktop.
Save aspencer8111/c4ce8042837e8ba244e66e876e674b61 to your computer and use it in GitHub Desktop.
Frontend Foundation Chapters 4 - 5
  1. Return to the HTML page that you created from the last assignment (Frontend Foundations Chapters 1-3). Add a form with at least three of the following form fields/input types:

    • text
    • radio
    • checkbox
    • textareaa
  2. Add labels to each one of those form fields

  3. Embed a logo in your site and center it at the top of the page.

  4. Link your logo to your favorite website (so if someone were to click on that logo, they would be take to that site).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment