Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 938 Bytes

html.md

File metadata and controls

28 lines (21 loc) · 938 Bytes

HTML

Critical learning

Validation

You know everyday HTML when you can:

  • Use <h1-6>, <p>, <a>, <img>, <ul>/<ol>/<li>, <div>, <span>, <dl>/<dt>/<dd>, <form>/<fieldset>/<input> semantically.
  • Use the new HTML5 elements <header>, <hgroup>, <section>, <aside>, <article>, <footer> semantically.
  • Name classes and ids semantically.
  • Use Web Inspector quickly (hint: keyboard shortcuts).
  • View source on a web page and understand it.

Ongoing reference