웹 홈페이징/HTML
HTML 태그 요약 & 정리 (3) <b>,<strong>,<i>,<em>,<s>
필기는 연필로
2023. 7. 31. 17:26
이번엔 글자관련 태그를 알아보겠습니다
<b>
<b> 태그는 주로 텍스트를 강조하는 역할을 합니다. <b></b> 사이에 넣어주면 원하는 텍스트가 bold 하게 나옵니다
See the Pen Untitled by bongEdalE (@bongEdalE) on CodePen.
<strong>
<strong> 태그도 강조하는 역할을합니다 <b> 태그와 비슷한 역할을합니다
See the Pen Untitled by bongEdalE (@bongEdalE) on CodePen.
<i>
<i> 태그는 글꼴에 기울임을 추가해줍니다
See the Pen Untitled by bongEdalE (@bongEdalE) on CodePen.
<em>
<em>태그도 <i> 태그와 동일하게 글자를 기울여서 보이게 해줍니다.
See the Pen Untitled by bongEdalE (@bongEdalE) on CodePen.
<s>
<s>태그는 나무위키에서,,,많이 보던것 처럼 취소선을 만들수있습니다.
See the Pen Untitled by bongEdalE (@bongEdalE) on CodePen.