Latest web development tutorials

HTML <중앙> 태그

HTML 페이지 텍스트 가로 처리 중심 :

<center>This text will be center-aligned.</center>

»시도

브라우저 지원

Internet ExplorerFirefoxOperaGoogle ChromeSafari

모든 주요 브라우저는 <중앙> 태그를 지원합니다.


태그 정의 및 지침

HTML5는 <중앙> 태그를 지원하지 않습니다. CSS로 대체하십시오.

HTML 4.01에서 <중앙> 요소는 사용되지 않습니다 .

<센터> 수평는 텍스트가 포함 된 중앙에 배치합니다.


팁과주의 사항

팁 : CSS 스타일이 텍스트를 중앙에!CSS 튜토리얼에서 당신은에 대해 자세히 배울 수있는 센터 텍스트 세부 사항을.


HTML 4.01과 HTML5의 차이점

HTML5는 <중앙> 태그, HTML을 4.01되지 않는 <중앙> 태그를 지원하지 않습니다.


표준 프로퍼티

HTML 4.01에서 <중앙> 태그는 다음과 같은 표준 속성을 지원합니다 :

属性 描述
class classname 规定元素的类名
dir rtl
ltr
规定元素中内容的文本方向
id id 规定元素的唯一 id
lang language_code 规定元素中内容的语言代码
style style_definition 规定元素的行内样式
title text 规定元素的额外信息

자세한 설명은, 이동 표준 프로퍼티 .


이벤트 등록

HTML 4.01에서 <중앙> 태그는 다음과 같은 이벤트 속성을 지원합니다 :

属性 描述
onclick script 当鼠标被单击时执行脚本
ondblclick script 当鼠标被双击时执行脚本
onmousedown script 当鼠标按钮被按下时执行脚本
onmousemove script 当鼠标指针移动时执行脚本
onmouseout script 当鼠标指针移出某元素时执行脚本
onmouseover script 当鼠标指针悬停于某元素之上时执行脚本
onmouseup script 当鼠标按钮被松开时执行脚本
onkeydown script 当键盘被按下时执行脚本
onkeypress script 当键盘被按下后又松开时执行脚本
onkeyup script 当键盘被松开时执行脚本

자세한 설명은, 이동 이벤트 속성 .