Html “我的页面”中缺少列表样式类型?

Html “我的页面”中缺少列表样式类型?,html,css,Html,Css,基本上,我的无序列表样式类型(光盘)没有显示在我的页面上?为什么会这样 或者 我似乎一辈子也弄不明白!非常感谢您的帮助,这是我的一个项目。更新: .list-div ul li { display: table; margin-left: 120px; list-style-type: disc; } 致: 实际上显示:表导致问题 .background{ 背景色:#EEEEEE; 利润率:5%5%5%5%; 宽度:90%; 身高:100%; } .校长1{ 文本对齐:

基本上,我的无序列表样式类型(光盘)没有显示在我的页面上?为什么会这样

或者

我似乎一辈子也弄不明白!非常感谢您的帮助,这是我的一个项目。

更新:

.list-div ul li {

  display: table;

  margin-left: 120px;

  list-style-type: disc;

}
致:


实际上
显示:表
导致问题

.background{
背景色:#EEEEEE;
利润率:5%5%5%5%;
宽度:90%;
身高:100%;
}
.校长1{
文本对齐:居中;
填充:20px;
}
.校长3{
文本对齐:居中;
}
.主图像{
保证金:0自动;
显示:块;
边框:5px实心#fff;
边界半径:4px;
宽度:100%;
}
p{
文本对齐:居中;
填充:20px;
字体大小:110%;
}
.pic分配器{
背景色:#fff;
显示:块;
保证金:0自动;
宽度:90%;
高度:自动;
边界半径:4px;
}
h1,h2,h3,h4{
文本对齐:居中;
}
.名单组{
宽度:75%;
保证金:0自动;
}
李国章律师行{
左边距:120像素;
列表样式类型:disc;
}

诺曼·博洛格博士
拯救了十亿人生命的人
左二的诺曼·博洛格博士在墨西哥培训生物学家如何提高小麦产量,这是他一生与饥饿作斗争的一部分

以下是博洛格博士一生的时间线:
    1914年出生于爱荷华州克雷斯科
    得益于一个被称为“国家青年管理局”<
  • 的萧条时期计划,Le> < 1933 > <强>离开了他的家庭农场去了明尼苏达大学。
.background {
  background-color: #EEEEEE;
  margin: 5% 5% 5% 5%;
  width: 90%;
  height: 100%;
}

.headers1 {
  text-align: center;
  padding: 20px;
}

.headers3 {
  text-align: center;
}

.main-image {
  margin: 0 auto;
  display: block;
  border: 5px solid #fff;
  border-radius: 4px;
  width: 100%;
}

p {
  text-align: center;
  padding: 20px;
  font-size: 110%;
}

.pic-divider {
  background-color: #fff;
  display: block;
  margin: 0 auto;
  width: 90%;
  height: auto;
  border-radius: 4px;
}

h1, h2, h3, h4 {
  text-align: center;
}

.list-div {
  width: 75%;
  margin: 0 auto;

}

.list-div ul li {
  display: table;
  margin-left: 120px;
  list-style-type: disc;

}
.list-div ul li {

  display: table;

  margin-left: 120px;

  list-style-type: disc;

}
.list-div ul li {

  margin-left: 120px;

  list-style-type: disc;

}