최신 웹 개발 튜토리얼
 

HTML <thead> char Attribute

<HTML <thead> 태그

내부 컨텐츠에 맞 춥니 <thead> 받는 요소 "M" 문자를 :

<table>
  <thead align="char" char="M">
    <tr>
      <th>Month</th>
      <th>Savings</th>
    </tr>
  </thead>
    <tr>
      <td>January</td>
      <td>$100</td>
    </tr>
    <tr>
      <td>February</td>
      <td>$80</td>
    </tr>
</table>
»그것을 자신을 시도

정의 및 사용

<thead> 문자 속성은 HTML5에서 지원되지 않습니다.

char 속성은 내부의 콘텐츠의 배치를 지정 <thead> 문자로 소자.

char 경우 속성은 사용할 수있는 align 속성으로 설정 "char" .

문자의 기본 값은 현재 언어 소수점 문자이다.


브라우저 지원

속성
char 지원되지 않음 지원되지 않음 지원되지 않음 지원되지 않음 지원되지 않음

통사론

<thead char="character">

속성 값

기술
character 에 대한 내용을 정렬하는 문자를 지정합니다

<HTML <thead> 태그