我在转盘后面放了一张桌子,但它出现在桌子下面为什么?

问题描述

我已经在项目中放置了一个轮播,并且效果很好。(谢谢上帝!)我试图在轮播之后放置一张桌子,但是当我进入实时模式或“谷歌浏览器查看”时, “它出现在我的旋转木马下。你能帮我解决这个问题:)

这是我编码的一部分,缺少的部分是图片和空白标题

Where my table is

You can see a tiny bit on the right side

<html>
<head>
<Meta charset="utf-8">
<title>Index</title>
<Meta name="viewport" content="width=device-width,initial-scale=1">
<Meta http-equiv="X-UA-Compatible" content="IE=edge">,<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="css/Cpnstruction_BS.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="100%" border="3">
  <tbody>
    <tr>
      <td colspan="4"><h3>514 415-6969</h3></td>
    </tr>
    <tr>
      <td width="15%"><img src="logo_BS.png" width="165" height="120" alt=""/></td>
      <td width="77%"><h2>Des travaux Biens Structurés</h2></td>
      <td width="8%"><div class="input-group mb-3">
  <div class="input-group-prepend">
    <button class="btn btn-outline-secondary dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><img src="Menu.png" width="46" height="45" alt=""/></button>
    <div class="dropdown-menu">
      <a href="Construction_BS.html">Construction BS</a></br>
      <a href="Services.html">Services</a></br>
      <a href="Realisations.html">Réalisations</a></br>
      <a href="Contact.html">Contact</a>
    </div>
</td> 
      </tr> </tbody></table><table width="100%" border="3">
  <tbody>
    <tr>
      <td><h3><marquee scrollamount="6"">Construction BS surveille de près l’@R_896_4045@ion diffusée sur la COVID-19 et met à jour ses protocoles de prévention en conséquence. Pour en savoir davantage sur la COVID-19,consultez <a href="coronavirus.html">la trousse d’@R_896_4045@ion générale fournie par le gouvernement du Québec</a>. </marquee></h3>
    </tr>
  </tbody>
</table>

<secton id="one" class="container-fluid"> 
<!--BEGIN CAROUSEL-->

<div id="carousel1" class="carousel slide" data-ride="carousel">

<ol class="carousel-indicators">

<li data-target="#carousel1" data-slide-to="0"></li>
<li data-target="#carousel1" data-slide-to="1"></li>
<li data-target="#carousel1" data-slide-to="2"></li>
</ol>
<div class="carousel-inner" role="listBox">

<div class="item active"><img src="Berri.png" alt="placeholder" width="1528" height="850" class="center">
</div>

<div class="item"> <img src="bathroom-3346387_1920.jpg" width="1267" height="850" alt="placeholder">

<div class="carousel-caption">
</div>

</div>

<div class="item"><img src="Cuisine.png" width="1270" height="850" alt="placeholder">

<div class="carousel-caption">
  
</div>

</div>

</div>

<a class="left carousel-control" href="#carousel1" role="button" data-slide="prev">

<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>

<span class="sr-only">PrevIoUs</span></a><a class="right carousel-control" href="#carousel1" role="button" data-slide="next"><span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>

<span class="sr-only">Next</span></a></div>

</secton>
<!--latest jQuery-->
<script src="https://code.jquery.com/jquery-1.12.2.min.js" integrity="sha256-lZFHibXzMHo3GGeehn1hudTAP3Sc0uKXBXAzHX1sjtk=" crossorigin="anonymous">
</script>

<!--Bootstrap JS-->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script></div>
          
<table width="100%" border="3">
  <tbody>
    <tr>
          <td><p>514 415-6969 │ Info"constructionbs.com</br>
          R.B.Q.:5791-7574-01</p></td>
      <td><img src="ACQ.png" width="145" height="60" alt=""/><img src="AECQ.png" width="146" height="60" alt=""/> 
    <img src="Certifie.png" width="69" height="60" alt=""/></td>
      <td><h4>Construction BS&copy; 2020</h4></td>
    </tr>
  </tbody>
</table>
</body>

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)