Skip to content

nuthanc/html-css-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

html_and_css

Resources

Static and Dynamic Sites

  • Static: Files served as is
    • Just Web Server is required
  • Dynamic: Files generated dynamically(assembled on server) and served
    • Interaction with Database, Backend(Node, Python, PHP)

HTML Fundamentals

  • Anatomy of an html element
    • Opening tag
    • Content: Content of the element or another element(Child element)
      • Some elements like img have no content
    • Closing tag

About

Starter files, final projects, and FAQ for my HTML + CSS course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 64.2%
  • CSS 34.3%
  • JavaScript 1.5%