Skip to content

Instantly share code, notes, and snippets.

View rajatpatel2113's full-sized avatar
🏠
Working from home

Rajat Patel rajatpatel2113

🏠
Working from home
View GitHub Profile
#include
int main()
{
printf("Hello, World!");
return 0;
}
@rajatpatel2113
rajatpatel2113 / front-end-curriculum.md
Created January 19, 2018 10:15 — forked from stevekinney/front-end-curriculum.md
Front-end Curriculum Draft

Module 1

  • Semantic markup
  • HTML standards mode and quirks mode
  • HTML fundamentals
    • Classes and IDs
  • CSS fundamentals
    • Selectors
    • Resets and normalizers
    • The box model