[HTML] 텍스트 강조 태그 - <strong>, <em>

텍스트 강조 태그

<strong>

- 텍스트 굵게 만듦(볼드체)

 

 

<strong>코드</strong>
<strong>This text is important!</strong>
This text is important!

 

 

2. <em>

- 텍스트 기울임꼴 적용(이탤릭체)

 

 

<em>코드</em>
<p>We <em>cannot</em> live like this.</p>

We cannot live like this.