Lddr26 / tea_cozy

0 stars 0 forks source link

Semantic html #6

Open tommygebru opened 5 years ago

tommygebru commented 5 years ago

As your project grows larger and more complex consider using more Semantic Html elements, which help clearly define the role of the element or the intent behind it. What Semantic Html doesn’t do is provide a default style or behavior to your elements. You can think of them “as divs by another name” also here is a great article on Semantic Html https://www.semrush.com/blog/semantic-html5-guide/

Semantic html can help reduce the creating/use of classnames and ids and visually provide relief from too many divs on the page :eyes:

Lddr26 commented 5 years ago

Thank you for this article and suggestion! At times my brain starts spinning trying to figure out how many

's & nested
's I actually need in a section, and then trying to figure out how & why each
needs to be styled in a certain way in CSS is very challenging. Do you have any video or article recommendations you can share that could help me get a better grasp on this??

Lddr26 commented 5 years ago

Not sure why part of my comment was missing, but I'll actually send the question to the Codecademy help desk. Thanks .

tommygebru commented 5 years ago

I recommend sharing code help and debugging in both Slack and the Codecademy Forums 👍