SOURCE

console 命令行工具 X clear

                    
>
console
<h1>
  洛阳师范学院
</h1>
<h2 class="center">
  信息技术学院
</h2>
<p id="part">
  金融一班
</p>
<section id="s1">
  section1
</section>
<figure>
  <img src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1488878033212&di=1dd68b7707fee8c5f4c5077c3f8a163e&imgtype=0&src=http%3A%2F%2Fpic6.huitu.com%2Fres%2F20130116%2F84481_20130116142820494200_1.jpg"
  width="250" height="250" />
  <figcaption>
    Fig.1 - A view of the pulpit rock in Norway.
  </figcaption>
</figure>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="190">
  <polygon points="100,10 40,180 190,60 10,60 160,180" style="fill:lime;stroke:purple;stroke-width:5;fill-rule:evenodd;"
  />
</svg>
<p class="main">“当我年轻的时候,我梦想改变这个世界;当我成熟以后,我发现我不能够改变这个世界,我将目光缩短了些,决定只改变我的国家;当我进入暮年以后,我发现我不能够改变我们的国家,我的最后愿望仅仅是改变一下我的家庭,但是,这也不可能。当我现在躺在床上,行将就木时,我突然意识到:如果一开始我仅仅去改变我自己,然后,我可能改变我的家庭;在家人的帮助和鼓励下,我可能为国家做一些事情;然后,谁知道呢?我甚至可能改变这个世界。”</p>
h1 {
  background-color: #d0e4fe;
  text-align: center;
  color: green;
}

#part {
  background-color: yellowgreen;
  color: red;
  text-align: right;
}

.center {
  background-color: yellow;
  text-align: center;
  color: green;
}

#s1 {
  width: 300px;
  border: 20px solid green;
  padding: 25px;
  margin: 25px;
}
svg{position:absolute;
  top:300px;
  right:0px;
  
}
p.main{color:red;
  font-size:10px;
  background-color: #d0e4fe;
}