23-02-10 html5, css3 (설치, 웹표준)
※ 설치
1. 비주얼스튜디오코드 설치
https://code.visualstudio.com/docs/?dv=win64user
Documentation for Visual Studio Code
Find out how to set-up and get the most from Visual Studio Code. Optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
code.visualstudio.com
2. firefox 설치
https://www.mozilla.org/ko/firefox/new/
3.opera 설치
https://www.opera.com/ko/computer/thanks?ni=stable&os=windows
Browsers for every device | Opera Web Browsers | Opera
Free Opera browsers for computer, mobile, gaming, and data saving. Browse securely and privately on every device.
www.opera.com
※ 웹 표준
1. 개요
- W3C는 웹페이지를 제작하는 기술을 html5, css3를 권고함
- 웹 문서의 구조, 표현, 동작을 구분해서 사용하는것을 웹 표준이라고 함
1-1) 웹 표준
- html5를 웹 구현하는데 잇어 표준으로 사용되는 지침과 기술방식의 표준
1-2) html5정의와 특징
- 링크가 가능한 태그
- 웹문서 표준 포맷
- Markup 언어
- ascii코드로 구성된 일반적인 텍스트 파일
- 컴퓨터 시스템이나 운영체제에 독립적
- html에서 시작 태그와 종료 태그로 이루어진 모든 명령어들
1-3) html5의 태그(Tag)요소
<div> 태그는 시작태그로 열고 시작하여 종료태그로 닫는다 </div>
2. 반응형 웹
- 서로 다른 크기의 데스크톱, 태블릿, 모바일 등 기종에 맞게 반응하여 웹페이지가 목적에 맞게 반응하여 웹페이지가 목적에 맞게 표현되는 레이아웃의 변화를 반응형웹이라고 한다.