본문 바로가기
카테고리 없음

HTML Text Formatting | 텍스트 서식

by 강cording 2022. 8. 5.
반응형
  • 텍스트 서식을 나타내는 태그

<b> - Bold text (굵게)

<b>

 

<strong> - Important text (굵게)

<strong>

 

<i> - Italic text (기울임꼴- 분위기)

<i>

 

<em> - Emphasized text (기울임꼴 - 강조)

<em>

 

<mark> - Marked text (노란색 하이라이트)

<mark>

 

 

<small> - Smaller text (글씨 작게)

<small>

 

 

<del> - Deleted text (텍스트 취소선)

<del>

 

 

<ins> - Inserted text (텍스트 밑줄)

<ins>

 

 

<sub> - Subscript text (아래첨자)

<sup> - Superscript text (위첨자)

 

반응형