무아지경

[HTML] HTML 태그(tag)들의 약자 정리(Full name) 본문

퍼블리싱/HTML5 + CSS3

[HTML] HTML 태그(tag)들의 약자 정리(Full name)

블리셔 2019. 3. 28. 16:44

HTML 태그(tag)들의 약자 정리

 

HTML을 공부하다 보면 태그들이 무슨뜻인지...무슨 단어의 약자인지...궁금한 적이 없으시나요??

몰라도 되지만...그래도 궁금하니까....그래서 찾아봤습니다~

 

우선..HTML과 CSS의 Full Name은 기본적으로 알아야 겠죠~!! 

HTML : Hypertext Markup Language 의 약자입니다.

CSS : Cascading Style Sheets 의 약자입니다.

 

HTML Tag Full Name
a (href) Anchor (Hypertext Refernce)
iframe Inline Frame 
div Division
p Paragraph
h1~h6 header1~header6
sub subscript
sup superscript
img (src) Image (Source)
br Break
hr horizontal rule
embed Embed
i Italic
b Bold
u Underline
id Identification
px Pixel
pt Point
tr Table Row
th Table header
td Table Data
col Column
ul Unordered Lists
ol Ordered List
li Listed Item
dl Definition List
dt Definition List term
dd Definition List definition
pre Preformatted text
  Non Breaking Spaces

 

 

Comments