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

All comments

  • @Julio-Freitas

    Posted

    Then, i have suggestions for you. feel free not if you want not apply this, ok =D.

    A think that you can use html form with input radio in you project instead tag link. for exemple:

    <form> <input type="radio" name="values" value="1"> <input type="radio" name="values" value="2"> <input type="radio" name="values" value="3"> <input type="radio" name="values" value="4"> <input type="radio" name="values" value="5"> <input type="submit" value="Submit"> </fom>

    follow the link about semantic:

    https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/radio

    you can wrapper your section in onde tag <main /> too

    another suggestion would be you mark wich choice the user did with different color when the click happens.

    Excuse-me my wrongs of write. I'm learn english yet.

    Good look. =D

    2