← 返回 bytedance 的题目列表Centering a Div in a Web Page: Two Methods Explained
类型:online_judge
bytedance
How to Center a div in a Web Page
List two methods to center a div element in a webpage. Provide the implementation steps for each method and discuss the advantages and disadvantages of each.
Example
Input
<html><body><div id='parent'><div id='child'>Center me</div></div></body></html>