Skip to content

hankngo/odin-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

odin-recipes

This is The Odin Project (TOP)'s assignment to practice HTML basics knowledge.

Description

In this project, I was required to build a basic recipe website with what I learn about HTML so far in TOP. Which are:

  • Elements
    • <html>, <head>, <body>
  • Tags
    • <tittle>
    • heading tags <h1-h6>
    • <img>, <a>
    • <ul>, <ol>, <li>
    • <p>, <strong>, <em>, <br>
  • Attribute
    • lang="en"
    • charset="utf-8"
    • src="absolute or relative paths"
    • alt="description"
    • size attributeswidth="", height=""
    • href="absolute or relative links"
    • target="_blank or _self"
    • rel="noopener noreferrer"

Technologies

  • HTML

Resources and Acknowledgement

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published