HTML

정은경·2021년 5월 17일
0

👸 Front-End Queen

목록 보기
154/266

Originally,
HTML was primarily designed as a language
for semantically describing scientific documents.

  • HTML Living Standard

Semantic HTML

Elements, attributes, and attribute values in HTML are defined (by this specification) to have certain meanings (semantics).

HTML의 변화

  1. 버전이 없는 Living Standard로 변화
    • HTML5는 버즈워드(buzzword)일 뿐 존재하지 않는 버전의 명세
    • 시대에 발맞추어 계속 변화함
  2. 의미를 가진 태그 대거 추가
    <section> <header> <footer> <main> <article> <nav>
  3. 의미를 기술하기 위한 Microdata도 포함
  4. 비주얼 요소를 의미하는 태그/속성은 사라지거나 의미가 변함
    • 사라짐: <big>,<basefont>,<center>,<strike>,background,align 속성
    • 의미변경: <b>, <i>, <s>, <small>, <u>
  5. 멀티미디어, 네트워크 등 풍부하고 다양한 기능과 API 추가
    • <canvas> <video> <figure> srcset 등
    • WebSocket, WebWorker, StorageAPI, History
profile
#의식의흐름 #순간순간 #생각의스냅샷

0개의 댓글