Please enable JavaScript.
Coggle requires JavaScript to display documents.
Codecademy (Intro to HTML (Form (<input> is among those few that we…
Codecademy
Intro to HTML
Separation of concerns
aims to create scalable, more easily maintainable coding architectures
For web developers, this principle guides us to keep our structure (HTML) separate from our presentation (CSS)
-
Semantic Html
Readability
a semantic html code is more complete, better organized, easier to understantd and mantain for other delevopers
-
SEO
when crawlers analyze a web page and find meaningful, organized content, it will translate into a better SEO ranking for the web page
-