I’m not seeing much of a relationship between the basic html I learned here on freecodecamp and the templates of Responsive Web Design Projects. The first couple of lessons seemed to be more about:
html
head
title h1
body
p
Whereas the templates on codepen, helpful as they are, seem to be following a different basic layout ? They use div and div class alot, and do not use the above html skeleton, they use them in the CSS section sometimes but that’s it. Bear in mind I’m brand new, what do you guys do, do you use your own coding platform like visual studio or am I missing something.