YiranLuo / odin-recipes

A simple HTML project from The Odin Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

odin-recipes

A simple webpage project from The Odin Project to display recipes of my favorite dishes.

HTML tags used:

  • <a></a>: to creat an anchor, refer back to an anchor, and link to other pages
  • <h1></h1>: to creat a level 1 Heading and put importance on it. (same for <h2>, <h3>, and so on)
  • <img>: to insert image (note that <img> dose not have a closing tag)
  • <p></p>: to creat a paragraph
  • <ul></ul>: to creat an unordered list
  • <ol></ol>: to creat an ordered list
  • <li></li>: to creat a bullet inside an ordered or unordered list
  • <em></em>: to make text italic and put emphasis on it

About

A simple HTML project from The Odin Project


Languages

Language:HTML 90.7%Language:CSS 9.3%