Thứ Năm, 30 tháng 6, 2016

Standard
HTML ĐỊNH DẠNG VĂN BẢN

HTML Text Formatting Elements

  • <B> - Chữ đậm
<p><b>This text is bold</b>.</p>
  • <Strong> - văn bản quan trọng
<p><strong>This text is strong</strong>.</p>
  • <I> - Chữ nghiêng văn bản
<p><i>This text is italic</i>.</p>
  • <Em> - văn bản nhấn mạnh tầm quan
<p><em>This text is emphasized</em>.</p>
  • <Small> - văn bản nhỏ
<h2>HTML <small>Small</small> Formatting</h2>
  • <Del> - văn bản bị xóa
<p>My favorite color is <del>blue</del> red.</p>
  • <Ins> - chèn văn bản
<p>My favorite <ins>color</ins> is red.</p>
  • <Sub> - subscript văn bản
<p>This is <sub>subscripted</sub> text.</p>
  • <Sup> - text Nằm ở trên
<p>This is <sup>superscripted</sup> text.</p>
  • <mark> đánh dấu văn bản
<h2>HTML <mark>Marked</mark> Formatting</h2>

0 nhận xét:

Đăng nhận xét