My first project - feedback please

Hi everyone,

I’ve just finished my first project - tribute page (https://codepen.io/Bellomont/pen/WGxYEO). that was a bit of a work, but I’ve done it eventually.
I would appreciate if you could give me some feedback, because I have a strong feeling that the code could have been… more simple, let’s say. I believe that I put lots of unnecessary stuff and the same outcome could have been achieved with less. What do you think?
I tried to put other elements that I’ve learned (radio buttons, input text, etc), but thought it is not necessary at this stage.
thank you in advance.

Hi

This code is not correct:
(The <title> element cannot be a child of the <body> element.)

<html>
  <body>
    <title>Tribute Page</title>

Permitted parent elements
A <head> element that contains no other <title> element.

The <p5> element is not a valid HTML element.

 <h6 class="sub-title">TIMELINE</h6>
                     
                             <p5> <-- here
                     <ul>

Cheers ans happy coding :slight_smile:

thanks for this, I thought I’ve deleted all p elements that I’ve numbered initially. dah… :smiley: apparently no.

I’ll fix it right away. cheers again.

1 Like