Design comparison
Solution retrospective
Hi everyone. I am back after five months because I was busy with my school studies/monthly and annual exams and also Olympiad (computer science ). Here I have submitted the project that I have done right now as a practice .it looks to me pretty much accessible. I want to know your comment And suggestion to improve. Any Suggestions from you are welcome. Thank you. Have a beautiful morning/afternoon and evening or night.:)
Community feedback
- @AdrianoEscarabotePosted about 2 years ago
Hi Akshita Swarnkar, how are you?
I really liked the result of your project, but I have some tips that I think you will enjoy:
- Consider using rem for font size .If your web content font sizes are set in absolute units, such as pixels, the user will not be able to re-size the text or control the font size based on their needs. Relative units βstretchβ according to the screen size and/or userβs preferred font size, and work on a large range of devices.
The rest is great!
I hope it helps... π
Marked as helpful1@ShanviePosted about 2 years ago@AdrianoEscarabote Thanks ..I like the suggestion you have given to me for the next project I will apply this thing :)
1 - @VCaramesPosted about 2 years ago
Hey there! π Here are some suggestions to help improve your code:
-
The purpose of the Main Element is to identify the main content of your page. It is not the container of you component. After the main element, you want add a container to wrap you separate components in.
-
For profile imageβs Alt Tag, you never use the keywords βimageβ, βphotoβ or βpictureβ.
-
To enhance the semantics of your component, you want to wrap each individual testimonial component in a Figure Element, the individuals information should be wrapped in a Figcaption Element and lastly, the testimonial itself should be wrapped in a Blockquote Element.
Code:
<figure> <figcaption></figcaption> <blockquote></blockquote> </figure>
More Info:
If you have any questions or need further clarification, let me know.
Happy Coding! π»π
Marked as helpful0@ShanviePosted about 2 years ago@vcarames Thanks sir your suggestion improves my way of coding.
0 -
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord