DEV Community

Ranjani R
Ranjani R

Posted on

DAY 9

Hi all....today I applied the concepts which were taught yesterday and created a simple webpage using the semantic tags. It makes the page look more structured and user friendly. Some of the tags I used are nav aside and article tags.
Now some of you might wonder what is the difference between a section tag and an article tag since both of them provide the same functionality. The difference lies in the way browsers and other developers who read your code understands...for example if we put a section tag other developers will know that it is a part of the webpage while an article tag will contain articles, newsposts or blogs regarding the webpage content. This will help in indexing and ranking of the website. That's all for today....see you all tomorrow!

  <section>
          <h2>Shop</h2>
          <article>
            <h3>Reusable Water Botttle</h3>
            <p>Eco-friendly stainless steel water bottle</p>
          </article>
        </section>
Enter fullscreen mode Exit fullscreen mode

Top comments (1)

Collapse
 
nevodavid profile image
Nevo David

Been cool seeing steady progress - it adds up. What do you think actually keeps things growing over time? Habits? Luck? Just showing up?