Hello, this is my first post here. Been doing freecodecamp since 7-8 days. Today i finished my tribute page and would like to receive some feedback.
Thank you.
Hello, this is my first post here. Been doing freecodecamp since 7-8 days. Today i finished my tribute page and would like to receive some feedback.
Thank you.
Hey @metalblack123!
I think your page looks good. I ran your code through the html and css analyzers and there are some errors that need your attention.
Also you don’t need to include this in codepen.
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
<title id="pagetitle">John Atanasoff Tribute Page</title>
If you want to include links in the head section you can open up settings and place them in the head section there.
Happy coding!
Yes, youre right. I dont need to include this in codepen. I just work in vs code and later copy and paste it in codepen.
Thank you!
Welcome to the forums @metalblack123. Your page looks good. Some things to revisit;
body
element in HTML. (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.
head
element. I should be place right before the closing body
tag.<br>
element to force line breaks or spacing. That’s what CSS is for.Thank you for the feedback.
I have cleaned most of the issues mentioned. Probably there is much more that can be done.
Nice job cleaning things up @metalblack123. Something to revisit;