HyperText Markup Language
웹 구현 언어로 html을 사용합니다.
Public domain
2023 best web development editor - </> (web) & editor (Visual Studio Code)
바탕화면에 WEB 폴더 만들기
.html파일을 웹에서 Ctrl + O로 파일을 열면 구동됩니다.
교육용 웹 사이트
https://www.w3schools.com/html/html_intro.asp
Introduction to HTML
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
TAG
강조
<strong> string </strong>
밑줄
<u> string </u>
머리말
<h1> 머리말 </h1>
h1 ~ h6 까지 있습니다.
Tag 통계
https://www.advancedwebranking.com/seo/html-study/
HTML Study | Advanced Web Ranking
This study looks at 11 mm index pages gathered from Top 20 Google results to uncover how people write HTML markup as new web tech emerge.
www.advancedwebranking.com
2023년 기준 웹페이지는 평균 32개를 사용하여 만들어집니다.
문자 주석 기능
/* String
*/
코드 주석 기능
<!-- Code -->
'Web developer > [HTML]' 카테고리의 다른 글
[HTML_06][WEB][TAG] 태그의 링크 (0) | 2023.02.11 |
---|---|
[HTML_05][WEB][TAG] 문서의 구조 (0) | 2023.02.11 |
[HTML_04][WEB][TAG] 부모자식과 목록 (0) | 2023.02.11 |
[HTML_03][WEB][TAG] img (0) | 2023.02.11 |
[HTML_02][WEB][TAG] br vs p (0) | 2023.02.11 |
댓글