강의

멘토링

커뮤니티

Inflearn Community Q&A

follyalmed1575's profile image
follyalmed1575

asked

JSP Web Shopping Mall Programming Basic Course (JSP WEB Programming)

# Lecture 11: JSP Page Built-in Objects 3

<center> 가 HTML5 에 더이상 지원이 안되는데요.

Written on

·

204

0

삭제된 글입니다
javajsp

Answer 1

0

table전체를 <div>로 묶어서 magin : auto; 한번해보세요. 

margin 조정해서 <center>처럼 가운데로 보낼 수 있을거에요.

table width도 css에태그에서 

table {

    width : 500px;

}

이런식으로 하면 경고문 사라질거에요

follyalmed1575's profile image
follyalmed1575

asked

Ask a question