본문 바로가기
IT 동향

HTML5

  • Web Forms
    • Placeholder text
    • What is added in HTML5 ? email, url, number, range, date, month, week, time,datetime, datetime-local, search, color, etc
  • Canvas
    • Dynamic and interactive graphics
    • Draw images using 2D drawing API
      • Lines, curves, shapes, fills, etc.
    • Useful for Graphs, Applications, Games, etc.
  • SVG
    • Scalable Vector Graphic
    • HTML-like tags for drawing
  • Video / Audio
  • Geolocation API
    • brings browser-based location to your apps
  • Offline Web Apps(App Cache)
  • Web SQL Database
  • Local Storage
  • Web Sockets
  • Web Workers(Threads for Web apps)