Skip to content

Methodical HTM & CSS Development by Jeff Auriemma

Andrew Willoughby edited this page Nov 9, 2019 · 1 revision

My previous attempts to create a website were hampered by frustration from trying to develop every aspect all at once. I knew what needed to be done, but not how best to do it.

Introducing Jeff Auriemma's methodical development guide, a step-by-step for development that minimizes sources of frustration. If your mind is racing, and you're not sure what to do first or second, Jeff's guide is paramount in breaking steps down and guiding you from start to finish.

  1. Add content, bare minimum of markdown.
  2. Enclose content in semantic HTML tags.
  3. Wrap elements in HTML layout tags and divs.
  4. Style inline content.
  5. Style media/interactive content.
  6. Style block content.
  7. Repeat for each breakpoint.

After following this guide, I felt less inhibited and able to navigate previous pain points. Jeff's blog post has far more details and specific examples for each step, so be sure to visit and share! https://jdauriemma.com/programming/methodical-html-css-development

Clone this wiki locally