Skip to content

johnhitz203/odin-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Odin-Recipe

The odin-recipe project is a web site for sharing recipes. The index.html is the home page where a visitor can see links to recipes on the site.

Skills Used

  1. Setting up a directory structure to organize web pages and assets such as images
  2. Setting up the boiler plate for an html5 file
  3. using tags
    • <h1> create a main headings
    • <h2> create secondary headings
    • <a> create a link with an href that points to either an absolute or relative path
    • <ul> create an unordered list
    • <ol> create an ordered list
    • <li> used inside a list to create individual line items which are either bulleted (ul) or numbered (ol)

About

Basic recipe site built in html

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages