Social Links Profile | Frontend Mentor Challenge

Поділитися
Вставка
  • Опубліковано 28 сер 2024
  • Check out my solution to the Social Links Profile challenge from Frontend Mentor! I'll show you how I created a sleek and responsive social media profile using HTML and CSS. Don't forget to like, comment, and subscribe for more frontend mentor solutions and tutorials!
    Please Don't forget to Like, Share And Subscribe.
    Thank You.
    #html #css #javascript #css3 #js #html5 #tutorial #tutorials #htmltutorial #programming #csstutorial #javascripttutorials

КОМЕНТАРІ • 12

  • @user-xx4dk2lv1t
    @user-xx4dk2lv1t 2 місяці тому +1

    Please do at least 12 challenges. I loved this!

  • @adhilaabdulkhader7842
    @adhilaabdulkhader7842 2 місяці тому +1

    I am a beginner so this question might sound dumb, but is it necessary to use ul for the links? can we use buttons instead
    ?

    • @frontendwithsalimi
      @frontendwithsalimi  2 місяці тому

      In HTML, it is not strictly necessary to use an unordered list () for navigation links, though it is a common practice for creating navigation menus. You can use different HTML elements depending on the context and desired functionality.
      Best Practice
      For typical navigation menus, it is recommended to use lists with links because:It is semantically correct and aligns with HTML standards.
      It is more accessible and easier to understand for both users and screen readers.
      CSS can be used to style the navigation menu as needed
      However, buttons can be used if you have a specific reason or requirement that justifies their use. Just ensure that you handle accessibility and usability appropriately if you choose to use buttons for navigation.

    • @adhilaabdulkhader7842
      @adhilaabdulkhader7842 2 місяці тому +1

      @@frontendwithsalimi thank you so much for the reply

    • @frontendwithsalimi
      @frontendwithsalimi  2 місяці тому

      @@adhilaabdulkhader7842 you're welcome

  • @willzblog9526
    @willzblog9526 4 місяці тому +1

    What VS code extension are you using to distinguish between the div tags

  • @itsnexus9938
    @itsnexus9938 2 місяці тому +1

    in minute 1:54 how did you do that selection