HTML and CSS functions

s/p>

button

  • defines a clickable button
    • Inside, you can put content like text or images
  • A button is basically a box that....
    • changes color with active
    • is automatically assigned the type of button
    • has an animation that resembles the actual clicking of a button

Attributes

  • type
    • button
    • reset
    • submit
  • onclick
    • (whatever action)

textarea

  • This creates a textarea box that is sizable

Points (pt)

  • Traditionally used in printed media
  • Is equal to 1/72 of an inch

Percentage (%)

  • Self-Explanatory
  • Is used to scale things

Home

Fonts

Units

Javascript

HTML Attributes

HTML tags

Ruby