Closed ghost closed 6 years ago
https://github.com/zollipaul/Colmar-Academy/blob/master/index.html#L12-L33
Nice job making your markup more semantic by using tags like header, nav and footer. 👍
header
nav
footer
This is much better than relying constantly on div tags, but see if you can incorporate some extra low-hanging fruit like main and section.
div
main
section
good feedback, thx!
https://github.com/zollipaul/Colmar-Academy/blob/master/index.html#L12-L33
Nice job making your markup more semantic by using tags like
header
,nav
andfooter
. 👍This is much better than relying constantly on
div
tags, but see if you can incorporate some extra low-hanging fruit likemain
andsection
.