6626070
2997924

PL00, HTML

Back to the previous pagehtml taghtml color codespage management
List of posts to read before reading this article


Contents


Basic Structure

Hello, world!
<!DOCTYPE HTML>
<html>
    <head>
        <meta charset="utf-8">
    </head>
    <body>
        Hello, world!
    </body>
</html>





Tag

Text

head 1

head 2

head 3

head 4

head 5
head 6
<h1>head 1</h1>
<h2>head 2</h2>
<h3>head 3</h3>
<h4>head 4</h4>
<h5>head 5</h5>
<h6>head 6</h6>




paragraph

paragraph

<p>paragraph</p>
<p>paragraph</p>




bold
italic
strong
emphasize
<b>bold</b>
<i>italic</i>
<strong>strong</strong>
<em>emphasize</em>




insert
delete
strike-through
underlined
<ins>insert</ins>
<del>delete</del>
<s>strike-through</s>
<u>underlined</u>




superscriptsuperscript
subscriptsubscript
superscript<sup>superscript</sup>
subscript<sub>subscript</sub>




small
small
small
<small>small</small>





List

      
  • list item
  •   
  • list item
<ul>
  <li>list item</li>
  <li>list item</li>
</ul>





Link/Image





Table

                                         
A1B1C1
A2B2C2
<table>
  <tr>
    <td>A1</td>
    <td>B1</td>
    <td>C1</td>
  </tr>
  <tr>
    <td>A2</td>
    <td>B2</td>
    <td>C2</td>
  </tr>
</table>





Form





Media





Etc





List of posts followed by this article


Reference


OUTPUT
<details markdown="1">
<summary class='jb-small' style="color:red">OUTPUT</summary>
<hr class='division3_1'>
<hr class='division3_1'>
</details>