Hey
I just finished (I think) my first project and i really would like to have your feedback about it. This is the link:
Hey
I just finished (I think) my first project and i really would like to have your feedback about it. This is the link:
Your page looks good @maharishiI. Some things to revisit;
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.
<style> tags in the CSS editor. The style element is only used for internal styling and would be in the head element in the HTML page.<br> element to force line breaks or spacing. Thatâs what CSS is for. If you want multiple paragraphs then use multiple paragraph tags.
I see that your project is ok. You passed all the users stories so ready to copy the link and paste and submit
Hey @Roma !
I really appreciate your answer and the time it took to guide me on best practices.
Now my page achieve 10/10. I checked every point you mentioned and i have a doubt about the W3C Validator on my code. It appeared to me, can you help ?
Error : Element figcaption not allowed as child of element div in this context. (Suppressing further errors from this subtree.)
From line 17, column 8; to line 17, column 36
v>â© <figcaption id="img-caption">â©
Contexts in which element figcaption may be used:
As the first or last child of a figure element.
Content model for element div :
If the element is a child of a dl element: one or more dt elements followed by one or more dd elements, optionally intermixed with script-supporting elements.
If the element is not a child of a dl element: flow content.
In addition, the link when I click opens normally. Doesnât it open for you because it is a BR link?
By the way, see my updated code please
Thanks for your answer! It really make sense, but i wante to make it better how our friend told above 
Good job cleaning everything up @maharishiI.
This is saying that the figcaption element can only be a child of the figure element. If you change that div to figure the error goes away.
figure and figcaption are semantic elements and in this case they work together. You can search for âsemantic elementsâ to familiarize yourself with them.
The rest of the info on div can be disregarded in this case.
I didnât say the link didnât open. I said here was not accessible and gave links explaining what accessibility meant.
Thanks bro! Ill submit that and begin Survey Form.
So glad for your suport
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.