본문 바로가기

Web Develop/Note

[HTML/CSS/JS] 웹 개발할 때 참고하면 좋은 사이트 모음

1. html specification

https://www.w3.org/TR/2011/WD-html5-20110405/

 

HTML5

This specification defines the 5th major revision of the core language of the World Wide Web: the Hypertext Markup Language (HTML). In this version, new features are introduced to help Web application authors, new elements are introduced based on research

www.w3.org

HTML을 만든 W3C라는 국제 기구에서 만든 공식 설명서

 

2. W3Schools

https://www.w3schools.com/

 

W3Schools Free Online Web Tutorials

W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

www.w3schools.com

온라인 웹 튜토리얼로 HTML, CSS, Javascript 등 다양한 언어의 튜토리얼을 볼 수 있는 사이트

 

3. Can I use

https://caniuse.com/

 

Can I use... Support tables for HTML5, CSS3, etc

 

caniuse.com

HTML, CSS, JavaScript 기술 가운데 현재 웹 브라우저들이 얼마나 그 기술을 지원하는지에 대한 통계를 보여주는 사이트

 

4. MDN web docs

https://developer.mozilla.org/en-US/docs/Web

 

Web technology for developers | MDN

The open Web presents incredible opportunities for developers. To take full advantage of these technologies, you need to know how to use them. Below you'll find links to our Web technology documentation.

developer.mozilla.org

모질라에서 운영하는 웹 개발을 위한 문서들을 모아놓은 사이트

 

※ HTML 태그 검색 방법

  • 줄 바꿈 태그 : HTML new line tag
  • 단락 표현 태그 : HTML paragraph tag

※ CSS 속성 검색 방법

  • 텍스트 크기 조절 : css text size property
  • 텍스트 가운데 정렬 : css text center property

※ Javascript 기능 검색 방법

  • 버튼 눌렀을 때 경고창 나타나게 하는 기능 : javascript alert
  • 사용자가 어떤 키를 눌렀을 때 이벤트가 발생하도록 하는 기능 : javascript keydown event attribute