Levels of HTML Knowledge:
- Basic Knowledge of Tags
- Can find their way around HTML
- Can code using HTML and have coded using HTML but prefer WYSIWYG
- Start using doctypes intentionally, using divs instead of tables. A common mistake is using a div for each cell and trying to produce tables from divs.
- Strict doctypes, endless discussions about tiny irrelevent details of HTML.
- Writing specifications. WHATWG members.
I’d say I’m somewhere in the region of level 4 or level 5. I used to be a lot more standards-obsessive but I’m a lot more willing to use proprietary non-standard HTML/CSS/JS these days.
Levels of Javascript Knowledge:
- alert() and other banal little stuff like changing the status bar text you find on Dynamic Drive.
- The ability to use functions.
- Attaching events to HTML elements.
- Dynamically adding events to HTML elements.
- addEventListener, etc.
- Bindings!?!
I’d say I’m around level 5 on Javascript. Again, I used to be in to standards a lot more – using document.createElement() and the DOM when it blatently took a lot more work and a lot more code to do what could be done in one line using innerHTML.