본문 바로가기
프로그래밍 놀이터/Web

[기초강좌] HTML Text Formatting - w3schools 번역

by 돼지왕 왕돼지 2014. 2. 27.
반응형


 [기초강좌] HTML Text Formatting - w3schools 번역

 

[기초강좌] HTML Text Formatting - w3schools 번역


w3school 의 강좌 내용을 번역한 글입니다.


원문 : http://www.w3schools.com/html/html_formatting.asp


This text is bold

This text is italic

This is computer output

This is subscript and superscript


눈으로 직접 보기.




HTML Formatting Tags


HTML 은 <b>, <i> 와 같은 tag 를 이용하여 보여지는 형태를 달리 한다.


이런 HTML Tag 들을 formatting tag 라고 부른다. ( 전체 reference 는 이 페이지의 하단을 참고하길.. )


Tip

종종 <strong> 이 <b> 처럼, 그리고 <em> 이 <i> 처럼 표기된다.

하지만 이 태그들은 의미가 다르다.


<b>, <i> 는 각각 진하게, 이탤릭체로 를 의미한다.


<strong>, <em> 는 사용자가 "중요하다" 고 느끼게 만드는 데 의미가 있다.

요즘은 대부분의 브라우저들이 strong 을 진하게로, em 을 이탤릭체로 표기한다.

하지만 어느 날 브라우저가 strong 을 highlight 로 표기하기로 결정했다면, 진하게로 표기하고자 했던 이들에게는 재앙과 같을 것이다.



HTML Text Formatting Tags


TagDescription
<b>Defines bold text
<em>Defines emphasized text 
<i>Defines a part of text in an alternate voice or mood
<small>Defines smaller text
<strong>Defines important text
<sub>Defines subscripted text
<sup>Defines superscripted text
<ins>Defines inserted text
<del>Defines deleted text
<mark>Defines marked/highlighted text




HTML "Computer Output" Tags


TagDescription
<code>Defines computer code text
<kbd>Defines keyboard text 
<samp>Defines sample computer code
<var>Defines a variable
<pre>

Defines preformatted text





HTML Citations, Quotations, and Definition Tags


TagDescription
<abbr>Defines an abbreviation or acronym
<address>Defines contact information for the author/owner of a document
<bdo>Defines the text direction
<blockquote>Defines a section that is quoted from another source
<q>Defines an inline (short) quotation
<cite>Defines the title of a work
<dfn>Defines a definition term



다음 강좌 보기 >>






반응형

댓글