Skip to content

adlascio-instructor/w1d2-html-exercise-Taiki-56

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Exercises

Create navigation between files

Create a new project containing:

  • 2 files in the root directory (index.html and contact.html)
  • 1 directory named files:
    • Add 2 images of your choice and 1 file named images.html that will list these 2 images
  • Inside of each .html file:
    • create a navigation menu nav that will allow you to navigate between the files, using an unordered list ul and anchor tags a with the name of the page.
    • Title h1 of the page
    • One or more paragraphs of text, with page information. You can use lorem ipsum to generate dummy text.
  • Contact page should contain the following links:
    • LinkedIn
    • Email
    • Phone
    • Not required - You can use icons aside the text for the links.

FreeCodeCamp - HTML5

Basic HTML and HTML5

About

w1d2-html-exercise-Taiki-56 created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published