Codepen provides the boilerplate for you. It only expects the code youâd put within the body element in the HTML editor. (No need to include the body tags). For anything you want to add to the <head> element click on the âSettingsâ button, then HTML and add it into the âStuff for <head>â box.
Run your HTML code through the W3C validator (linked above)
There are HTML coding errors you should be aware of and address.
Codepen provides validators for HTML, CSS and JS. Click on the chevron in the upper right of each section and then click on the respective âAnalyzeâ link.
The one for CSS is good. Use it and address the issue(s).
(The one for HTML misses things which is why I recommend W3C)
Do not use the <br> element to force line breaks or spacing. Thatâs what CSS is for.
Your form says age is an optional field but the user is required to enter it. Thatâs a bad UX.
Make your page responsive. Remember, the R in RWD stands for Responsive
Thereâs a horizontal scrollbar on smaller screens
Just a side note, donât try and replicate the sample project. The instructions say yours should be âfunctionally similarâ and âgive it your own personal styleâ
prod landing
Run your HTML code through the W3C validator (linked above)
There are HTML coding errors you should be aware of and address.
Do not use the <br> element to force line breaks or spacing. Thatâs what CSS is for.
Codepen provides the boilerplate for you. It only expects the code youâd put within the body element in the HTML editor. (No need to include the body tags). For anything you want to add to the <head> element click on the âSettingsâ button, then HTML and add it into the âStuff for <head>â box.
Run your HTML code through the W3C validator (linked above)
There are HTML coding errors you should be aware of and address.
Codepen provides validators for HTML, CSS and JS. Click on the chevron in the upper right of each section and then click on the respective âAnalyzeâ link.
The one for CSS is good. Use it and address the issue(s).
(The one for HTML misses things which is why I recommend W3C)
Do not use the <br> element to force line breaks or spacing. Thatâs what CSS is for.
Side note, it would have been nice if your code snippets werenât on one line but actually looked like formatted code.
portfolio
Codepen provides the boilerplate for you. It only expects the code youâd put within the body element in the HTML editor. (No need to include the body tags). For anything you want to add to the <head> element click on the âSettingsâ button, then HTML and add it into the âStuff for <head>â box.
For instance links to fonts go in the box labeled âStuff for <head>â
Run your HTML code through the W3C validator (linked above)
There are HTML coding errors you should be aware of and address.
Codepen provides validators for HTML, CSS and JS. Click on the chevron in the upper right of each section and then click on the respective âAnalyzeâ link.
The one for CSS is good. Use it and address the issue(s).
(The one for HTML misses things which is why I recommend W3C)
Do not use the <br> element to force line breaks or spacing. Thatâs what CSS is for.
Change the ampersand to the HTML entity to be compliant with the reserved characters standard.
Keep all your styling external. Do not use in-line styling.
Make your page responsive. Remember, the R in RWD stands for Responsive
Thereâs a horizontal scrollbar on smaller screens
Your project screenshots all show as broken images. User doesnât have access to your dropbox account.
Codepen creates large and small screen shots of your pens that can be used in your portfolio. Access them from; https://codepen.io/userName/pen/slug/image/large.png (for the large screenshot)
or https://codepen.io/userName/pen/slug/image/small.png (for the small screenshot)
where you replace userName with your codepen userId and slug with the id of one of your codepen pens and then copy that link into your portfolio