Tools
simplifying our work
Under construction ... more coming soon
W3C ::: web standards
HTML ::: HyperText Markup Language
Tutorials
CSS: Cascading Style Sheets
Tutorials
Markdown
how do we pass content to each other
Avoid the extra work of setting formatting specifics too early. Take control over the structure of your documents.
Markdown is like shorthand for describing structure. It is a tools for adding just a bit more information to plain text. For example, it allow us to indicate a list or this a title or a link.
Markdown is a widely used syntax that is easily converted to hypertext (the language of the websites and formatted emails).
Learning the very simple, small set of markdown codes makes you a web developer: it is an example of a mappable skill that also demystifies what is going on under the hood on the web. It allows you to keep typing while writing content instead of operating drop-down-menus. It creates explicit directions about structure (like "this is a title") instead of baking in implicit formatting instructions.
Accessibility
HTML+CSS+Javascript
adding the verbs