paint-brush
Levels of expertise in HTML — Are you ready for the tutorial?by@brianbest
6,026 reads
6,026 reads

Levels of expertise in HTML — Are you ready for the tutorial?

by Brian BestOctober 24th, 2017
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

<em>If you like this come check out my site </em><a href="http://www.brian-best.com" target="_blank"><em>www.brian-best.com</em></a><em> for more blogs!</em>

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - Levels of expertise in HTML — Are you ready for the tutorial?
Brian Best HackerNoon profile picture

If you like this come check out my site www.brian-best.com for more blogs!

To help with those creating tutorials, as well as my own future tutorials, I would like to quantify levels of expertise in HTML. I have found that sometimes these skill levels are not well defined. So as a resource for students to gage if a tutorial is right for them I’ve come up with the following. For this scale, I will use Beginner, Basic, Intermediate, and Advanced to indicate what prior knowledge a student should know before taking on a tutorial. For each level, the student should know or have:

Beginner

  • absolutely no previous knowledge of HTML.

Basic HTML

Intermediate HTML

Advanced HTML

  • Knowing all the HTML tags
  • The ability to manipulate the DOM
  • Understanding how to create your own attributes using data-*
  • Build HTML documents semantically
  • How your HTML will be read by Google, Facebook, etc. for content

In the end, this is only a guideline. There will be some tutorials out there that fall in that grey space between basic and intermediate, or intermediate and advanced.