I hope it’s okay that I am posting a bundle. You don’t have to review all projects, last few or only the last one would be fine.
I would appreciate any advice. If there is anything that I could be doing better, please tell me.
I hope it’s okay that I am posting a bundle. You don’t have to review all projects, last few or only the last one would be fine.
I would appreciate any advice. If there is anything that I could be doing better, please tell me.
Welcome to the forums @mayolk. Your projects look good. Some things to revisit;
font-family
fonts were copied from the sample code. First off, don’t do that. Second, there are fonts that are not called properly because there is no link to them.A couple of suggestions;
.text
paragraphs stretch to the limit of the container. adding some padding/margin would look betterbody
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.
Hi,
I am sorry if it looks as if I have copied code from the sample projects, but I didn’t. I wasn’t very inspired for the Tribute page, and Survey page was an important practice for me so I didn’t bother much to make it look unique. But I assure you, I wrote everything from scratch, I only copied some singular CSS rules, never an entire ruleset, and I haven’t copied any HTML. Also about the Technical Documentation page, “Super Strong CSS” does not exist, I made that up, so there is nothing to reference there.
I will implement all your advice, and I will run all the code trough the W3C validator, I had no idea I was making mistakes in every HTML.
Thank you.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.