Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

RESPONSIVE NFT PREVIEW CARD

LDX_DEV 190

@ledoux25

Desktop design screenshot for the NFT preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Hello world!!! Please check this up and give advice on how i can upgrade my coding skills

Community feedback

@Mennatallah-Hisham

Posted

Hi ledoux25,

Span

  • It is not a good practice to nest span. The span tag is an inline element that you use to make a smaller part of content stand out with CSS or JavaScript.
 <p>Creation of <span id="creator">Jules Wyvern</span></p>

Headings

  • each page should have one h1 tag,h1 helps the web understand the content. also skipping h1 may confuse assistive technology users.
 <h1>Improving your front-end skills by building projects</h1>

SEO

  • you can add meta description for better SEO, it provides a brief summary of a web page
<meta name="description" content="..........."/>  

Hope you find this helpful, Happy Coding

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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