Html 我将在何处添加中心块以使我的内容居中?

Html 我将在何处添加中心块以使我的内容居中?,html,twitter-bootstrap-3,Html,Twitter Bootstrap 3,我将在哪里添加中间块,以在我的按钮编码和文档编码中居中显示我的内容 1 <a href="#contact-me" target="_blank"> <button id="linkbutton">Find out more about me</button> </a> 2 <p style=" margin: 12px auto 6px auto; font-family: Helvetica,Arial,S

我将在哪里添加
中间块
,以在我的按钮编码和文档编码中居中显示我的内容

1

<a href="#contact-me" target="_blank">
      <button id="linkbutton">Find out more about me</button>
      </a>

2

<p  style=" margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; display: block;">   <a title="View CV on Scribd" href="https://www.scribd.com/document/343939101/CV?secret_password=HBP5kUMRKN6CbzPevWHo#from_embed"  style="text-decoration: underline;" >CV</a> by <a title="View Liam Docherty's profile on Scribd" href="https://www.scribd.com/user/353571708/Liam-Docherty#from_embed"  style="text-decoration: underline;" >Liam Docherty</a> on Scribd</p>
      <iframe class="scribd_iframe_embed" src="https://www.scribd.com/embeds/343939101/content?start_page=1&view_mode=scroll&access_key=key-EnRdVJEYwlLWyOUwxs9h&show_recommendations=true" data-auto-height="false" data-aspect-ratio="0.7729220222793488" scrolling="no" id="doc_46092" width="600" height="500" frameborder="0"></iframe>
   </body>

on Scribd


您可以将所有HTML包装在一个
中,这将强制您将所有信息放入一个漂亮的框中。这当然取决于您是否使用引导。希望有帮助

这基本上与你再次发布的问题相同。首先从一些基本的HTML教程开始,然后转到CSS。。一旦您对HTML/CSS基础有了更好的理解,引导将变得更有意义。