HTML5 태그 개요
문서 개요
<!DOCTYPE> <!-- Version of (X)HTML -->
<html> <!--HTML Document-->
<head> <!--page information -->
<body> <!-- Page Contents -->
페이지 정보
<base/> <!-- Base URL -->
<meta/> <!-- Meta data -->
<title> <!--Title -->
<link/> <!-- Relevant resource -->
<style> <!-- Style resource -->
<script> <!-- script resources -->
연결
<a href=""> <!-- Page link -->
<a href="mailto:"> <!-- Email link -->
<a name="name"> <!-- Anchor -->
<a href="#name"> <!-- Link to a anchor -->
문서 구조
<h1><h6> <!-- Headings -->
<div> <!-- Page section or a division -->
<span> <!-- Inline section -->
<p> <!-- Paragraph -->
<br/> <!--Line break -->
<hr/> <!-- Horizontal line -->
양식
<form> <!-- form -->
<fieldset> <!--collection of fields -->
<legend> <!-- Form legend -->
<label> <!-- Label for Input -->
<input /> <!-- Input fields-->
<select> <!-- Drop-down box -->
<optgroup> <!--Group of options -->
<option> <!--Drop down options -->
<textarea> <!--Large text Input -->
<button> <!-- A button -->
테이블
<table> <!-- Table -->
<caption> <!-- For Caption -->
<thread> <!--Thread -->
<tbody> <!-- Table body -->
<tfoot> <!-- Table foot -->
<colgroup> <!-- Column Group -->
<col/> <!-- column -->
<tr> <!-- table row-->
<th> <!-- Header Cell -->
<td> <!-- Table cell -->
기울기
<ol> <!-- Ordered List -->
<ul> <!-- UnOrdered List -->
<li> <!-- List Item -->
<dl> <!-- Definition List -->
<dt> <!-- Definition term -->
<dd> <!-- Term description -->
좋아, 나는 우리가 자주 사용하는 모든 일반적인 HTML 태그를 거의 다뤘다고 생각합니다. 혹시라도 놓치면?, 알려주세요!
읽어주셔서 감사합니다.
Lets connect on
행복한 코딩 :)
Reference
이 문제에 관하여(HTML5 태그 개요), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/saitejaballa/html5-tags-at-a-glance-h3o텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)