HTML
가운데
| justify char | DEPRECATED | − 시각적 정렬.
---|---|---|
bgcolor | rgb(x,x,x)#hexcodecolorname
DEPRECATED | − 테이블 셀의 배경색을 지정합니다. Char |
Character |
DEPRECATED − 텍스트를 정렬할 문자를 지정합니다. align = "char"일 때 사용됩니다. |
Charoff | pixels 또는 %
Deprecated | − char 속성으로 지정된 첫 번째 문자에 맞춰 정렬된 정렬 오프셋(픽셀 또는 백분율 값으로 표시)을 지정합니다. align = "char"일 때 사용됩니다. Valigntopmiddlebottombaseline | |
Example |
다음 코드를 실행하여 HTML 테이블− <!DOCTYPE html> <html> <head> <title>HTML tr Tag</title> </head> <body> <table border = "1"> <tr> <th>Cricketers</th> <th>Ranking</th> </tr> <tr> <td>Virat Kohli</td> <td>1</td> </tr> <tr> <td>AB de Villiers</td> <td>2</td> </tr> </table> </body> </html> |
위 내용은 HTML에 테이블 행을 어떻게 추가할 수 있나요?의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!