내 웹 페이지의 레이아웃을 더 잘 만들려고합니다. 따라서 HTML 페이지 중심에 두 개의 div를 배치하고 싶습니다. 내 CSS 파일에 액세스 할 수 없습니다. css없이 html 코드에서 한 페이지에 두 div를 가운데에 배치 할 수 있습니까? 2 divs html 페이지 중앙에 배치
이
내 코드입니다 :<div style="width: 100%;">
<div style="; width: 100%;">
<h1 style="text-align: center;">This is Web Page Main tit</h1>
<div style="position: relative;
float: left;
left: 0px;
width: 470px;
height: 470px;
margin: 0 auto;
background-color: #828282">
<div><strong>Main Menu</strong></div>
</div>
<div style="position: relative;
float: left;
margin: 0 auto;
left: 0px;
width: 470px;
height: 470px;
background-color: #828282">
<p>oke and Managerial Tutorials</p>
</div>
</div>
<div style="background-color: #b5dcb3; clear: both;">Here text</div>
</div>
왜 세계에서 당신은 당신의 CSS에 액세스 할 수 없습니다? 이것은 어리석은 과제, 또는 비슷한 것일만큼 기이하게 들립니다. – junkfoodjunkie