HTML5 태그 개요

일반적인 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



행복한 코딩 :)

좋은 웹페이지 즐겨찾기