HTML 텍스트 서식 지정 태그
标签 | 描述 |
定义粗体文本 | |
呈现为被强调的文本 | |
定义斜体字 | |
定义小号字 | |
定义重要文本 | |
定义下标字 | |
定义上标字 | |
定义插入字 | |
定义删除字 |
대개 굵은 태그 대신 태그가 사용되며 . 그러나 이러한 태그의 의미는 다릅니다. 및 또는 은 표시되는 텍스트가 중요하다는 의미이므로 강조 표시하세요. 오늘날의 모든 주요 브라우저는 다양한 효과로 글꼴을 렌더링할 수 있습니다. 그러나 향후 브라우저에서는 더 나은 렌더링을 지원할 수도 있습니다. 텍스트 코드 예:
<html> <body> <b>This text is bold</b> <br /> <strong>This text is strong</strong> <br /> <big>This text is big</big> <br /> <em>This text is emphasized</em> <br /> <i>This text is italic</i> <br /> <small>This text is small</small> <br /> This text contains <sub>subscript</sub> <br /> This text contains <sup>superscript</sup> </body> </html>
기본 텍스트
이 예는 pre 태그를 사용하여 빈 줄과 공백을 제어하는 방법을 보여줍니다. </p><div class="code" style="position:relative; padding:0px; margin:0px;"><pre class="brush:html;toolbar:false"><!DOCTYPE html> <html> <body> <pre class="brush:php;toolbar:false"> Text in a pre element is displayed in a fixed-width font, and it preserves both spaces and line breaks