Skip to content

Latest commit

 

History

History

day07

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Internet

HTML Best practices

Day 07 of 90

In our previous session, we discussed HTML forms and validations. We are done with the HTML basics and its now time to learn the best practices when writting your HTML code.

Intro

One of the Greatest programmer once said,

Any fool can write code that a computer can understand. Good programmers write code that humans can understand.

Proper written HTML Documents will not only improve your site's raking in the Search Engines, but also save you alot of time when you revist your codebase in the future to refactor and/or optimize. When working on a team project, it's good to follow the standards that the team has for readability.

You dont have to know what SEO is, we will look at that in the future.

Resources

  1. HTML Best practices
  2. Build better HTML based websites
  3. Google
  4. 50 HTML best practices and guidelines
  5. Best HTML practices for beginers

Learning objectives.

After going through the above resources, you should know the best practices for writing maintainable and scalable HTML documents.

Wrapping up.

That's it for this session, hope you enjoyed it. See you in the next