생활코딩의 html 기초 무료 강의
출처 : https://opentutorials.org/module/1892
HTML 수업
수업의 목적 본 수업은 HTML에 대한 심화된 내용을 다룹니다. HTML의 기본문법과 HTML의 주요한 태그들에 대한 수업을 담고 있습니다. 선행학습 본 수업을 효과적으로 수행하기 위해서는 웹애플리케이션에 대한 전반적인 이해가 필요합니다. 이를 위해서 준비된 수업은 아래 링크를 통해서 접근하실 수 있습니다. 웹애플리케이션 만들기 위의 수업에서는 웹을 구성하고 있는 여러기술을 얕고 넓게 배웁니다. 각각의 기술들이 어떻게 관계하고 있는지를 알려드리는 것이
opentutorials.org
html의 변천사를 볼 수 있는 사이트 (tag history)
출처 : http://www.martinrinehart.com/frontend-engineering/engineers/html/html-tag-history.html
HTML Tag History
HTML Tags: Past, Present, Proposed © 2012, Martin Rinehart Prerequisite: This page was prepared for students learning from Professional HTML, Volume I of V in the Frontend Engineering series. It is most meaningful to persons currently using HTML who wish t
www.martinrinehart.com
웹에서 자주 쓰는 태그들에 대한 정보 (통계)
출처 : https://www.advancedwebranking.com/html/#forms
The average web page from top twenty Google results
Apparently, an average web page uses twenty-eight different element types: The twenty-eight elements used on most pages, ordered by appearance frequency:
www.advancedwebranking.com
Html의 태그, 속성, 사용 예시등에 대한 정보를 확인할 수 있다.
그 외에도 CSS, JavaScript, SQL, Python, PHP등, 체계적으로 잘 정리되어 있다.
출처 : https://www.w3schools.com/tags/tag_comment.asp
HTML comment tag
HTML Tag Example An HTML comment:
This is a paragraph.
Try it Yourself » Definition and Usage The comment tag is used to insert comments in the source code. Comments are not display
www.w3schools.com
'HTML' 카테고리의 다른 글
<img> 태그 (이미지) (1) | 2020.01.30 |
---|---|
<p>, <br> 태그 (0) | 2020.01.30 |
Html의 문서 구조 (0) | 2020.01.30 |
<ul>, <ol>, <li> 태그 활용법 (0) | 2020.01.30 |
Atom(아톰 에디터)에서 사용하는 emmet 패키지 (0) | 2020.01.28 |