- A proper html document includes information like meta tags, stylesheet links, fonts, and script tags -- as well as all of the html information that we wrote in codepen
- Your task is to wrap your codepen content into the correct tags
- Generate boilerplate code by entering
html:5in an index.html file that you have saved in a project folder - Add your html content from codepen inside the
bodytags - Change any applicable information in the
headto match what your web page is about- ie: look at the
title
- ie: look at the
- Create a folder called
assets/at the same level as yourindex.htmlfile - add a file called
style.csstoassets/ - Copy all of your styles into your new css file
- link your html file to your css file in the
headof your html file