I have finished my Tribute Page challenge. Please check it and let me know your feedback?
https://codepen.io/isabellecrispim/pen/wvoRLzE
1 Like
All in all, it looks good. The style of the page is nice. Looking at the code…
I assume that anchor names should not have spaces in them, so:
<a name="Segundo Sexo">
is a problem. It seems to work, but an HTML validator throws an error. Also, the name
attribute is deprecated so you should be targeting an id
instead.
You also have some stray closing tags.
But still, it looks good. Have fun on the survey form.
1 Like
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.