I'm not sure about the choice of the tag. i'm not comfortable with Article, Section, Container, .... I don't really know when i'm supposed to choose one more than other.
If you have any advice, i take it !
I'm not sure about the choice of the tag. i'm not comfortable with Article, Section, Container, .... I don't really know when i'm supposed to choose one more than other.
If you have any advice, i take it !
Hi @ConnectionMG! Congrats on finishing the challenge😄
As a beginner just like you, I often struggle with whether to use section
or article
in my code...
I believe that you can replace your <div class="sedans">
with <section class="sedans">
and so on. These three options are closely related to the main function of the page (deciding which type of car to rent) but they won't make sense on their own (if they do, you will probably put them in article
).
I recommend you to read these two articles, which I find helpful and often refer back to when I am confused with these two tags
I am not sure if my thought is 100% correct. But I hope the articles will point you in the right direction! Happy coding!🤗(I realize that I need to update my code for this challenge as well🤣)