HTML
참고 − 이 태그는 이제 더 이상 사용되지 않습니다.
예시
다음 코드를 실행하여 HTML에서 텍스트를 중앙에 배치할 수 있습니다.
<!DOCTYPE html> <html> <head> <title>HTML center Tag</title> </head> <body> <center>This text is centered</center> <p>This is a normal text.</p> </body> </html>
HTML
참고 − 이 태그는 이제 더 이상 사용되지 않습니다.
다음 코드를 실행하여 HTML에서 텍스트를 중앙에 배치할 수 있습니다.
<!DOCTYPE html> <html> <head> <title>HTML center Tag</title> </head> <body> <center>This text is centered</center> <p>This is a normal text.</p> </body> </html>