小编dec*_*hat的帖子

Div不会出现

我正在努力创建我的第一个网站,但我似乎无法创建我想象中的东西.我无法让我的#invokeryolo div显示出来.我觉得完全没有意义,对于我的生活,我无法弄清楚什么是错的.这是我的代码:

HTML

<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" type="text/css" href="dotoker1.css" />
  <title>Comprehensive guide to Invoker</title>
</head>
<body>
  <div id"invokeryolo"></div>
  <div id='contenttable'>
    <ol>
      <li><a href="#overview">Guide overview and hero introduction</a></li>
      <li><a href="#proscons">Pros and Cons</a></li>
      <li><a href="#spells">Spells</a></li>
      <li><a href="#earlymidlate">Early, mid and late game</a></li>
      <li><a href="#buildorder">Build order and situational items</a></li>
      <li><a href="#counter">Countering your counters</a></li>
    </ol>
  </div>
  <div class="content" id="overview"></div>
  <div class="content" id="proscons"></div>
  <div class="content" id="spells"></div>
  <div class="content" id="earlymidlate"></div>
  <div class="content" id="buildorder"></div>
  <div class="content" id="counter"></div>
</body>
</html>
Run Code Online (Sandbox Code Playgroud)

CSS

html, body {
    background: url(http://dota2walls.com/wp-content/uploads/2014/11/invoker-arsenal-magus-wallpaper.png) no-repeat …
Run Code Online (Sandbox Code Playgroud)

html css

0
推荐指数
1
解决办法
1196
查看次数

标签 统计

css ×1

html ×1