Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrating HTML5 element tags #2

Open
zannain opened this issue Apr 27, 2018 · 0 comments
Open

Integrating HTML5 element tags #2

zannain opened this issue Apr 27, 2018 · 0 comments

Comments

@zannain
Copy link

zannain commented Apr 27, 2018

Pre-HTML5 it was a common markup pattern to use <div> tags to section and break up markup. However, with the new HTML5 specification new elements that are "semantically" descriptive, have been introduced.

Some elements that you can add to break up this webpages mockup are <header>, <nav> and <footer> and <section>. This also ensures you are writing HTML5 markup that matches the latest specification, makes the markup more readable (which can save a lot of time with a webpage as large as this one) and in some cases may reduce the amount of CSS you have to write as well! Using these element tags also optimizes a webpage to be found by search engine algorithms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant