David Dao @daviddao_
David Dao @daviddao_
David Dao @daviddao_
Hypertext Markup Language
David Dao @daviddao_
David Dao @daviddao_
HTML
Basics
HTML is designed for marking up text by adding tags such as <p> to create HTML elements. HTML tags begin with < and end with >. Tags often occur in pairs of opening and closing tags. Some tags such as <img> always occur alone. Those tags usually (but not required to) have trailing slash.
Tags can have attributes. For example, <a> tag has href attribute for defining link target. Similarly, <img> tag has src attribute for defining image source.
David Dao @daviddao_
html, body, h1, p, strong, em, a, img
David Dao @daviddao_
David Dao @daviddao_
David Dao @daviddao_
David Dao @daviddao_
David Dao @daviddao_
Cascading Style Sheets
David Dao @daviddao_
David Dao @daviddao_
David Dao @daviddao_
David Dao @daviddao_
David Dao @daviddao_
David Dao @daviddao_
David Dao @daviddao_
David Dao @daviddao_
Scalable Vector Graphics
David Dao @daviddao_
David Dao @daviddao_
David Dao @daviddao_
translation, title
David Dao @daviddao_
rotate, scale, skewX, skewY
David Dao @daviddao_
Painter's Algorithm: any pixel-paint applied later obscure any earlier paint and therefore appear to be "in front".
David Dao @daviddao_
David Dao @daviddao_
David Dao @daviddao_