Today is day 3 of the Black Code 28 day challenge! Our task for today is to create a minimal style website. We just need the absolute basics.
Website Basic Template
- Boilerplate
- Title
- Header/h1
- Subheadings/h2, h3, h4 etc
- A few paragraph section/<p>
This site is a skeleton! Hopefully you were able to choose one of the free coding resources on this page to get started with html. I definitely forgot to add FreeCodeCamp as a resource. But please add that to your list and check it out!
You don’t even need to create this in your VS Code or Codepen.io. For more practice you can use your journal and look at a simple website or blog and try to identify the h1’s, paragraphs, subheadings and so forth. Or if you are using Chrome or Mozilla, right click with your mouse and choose the “inspect element” to review the brains of the page or the html & css code.
That is it for today. See you back tomorrow for day 4!
Leave a Reply