SOURCE

console 命令行工具 X clear

                    
>
console
<h1 class="c1">HERO</h1>
<div id="section2">

<p>Mariah Carey </p>

  <ul>
    <li>There's a hero 有一位英雄</li>
    <li>If you look inside your heart 如果你探寻内心</li>
    <li>You don't have to be afraid? 你不必害怕</li>
    <li>Of what you are自己是什么</li>
<li>There's an answer 有一种答案</li>
<li>If you reach into your soul 如果你深入自己的灵魂</li>
<li>And the sorrow that you know 你所经历的痛苦</li>
<li>Will melt away将随之消散</li>
<li>And then a hero comes along 会有一位英雄向你走来</li>
<li>With the strength to carry on 带着继续奋斗的力量</li>
<li>And you cast your fears aside 你会把恐惧抛开</li>
<li>And you know you can survive 你知道自己能挺过来</li>
<li>So when you feel like hope is gone 所以当你感到希望似乎破灭</li>
<li>Look inside you and be strong 审视自己,保持坚强</li></li>
<li>And you'll finally see the truth 最终你将明白</li>
<li>That a hero lies in you 英雄气魄就在你身上</li>
<li>It's a long road 漫漫长路</li>    
<li>When you face the world alone 当你独自面对世界</li>
<li>No one reaches out a hand 没有人伸出手</li>
<li>For you to hold 让你握住</li>
<li>You can find love 你一定能找到爱</li>
<li>If you search within yourself 如果能在自己身上找到勇气</li>
<li>And the emptiness you felt 你曾感到的空虚</li>
<li>Will disappear 将会消失</li>
<li>Lord knows 上天知道</li>
<li>Dreams are hard to follow 梦想难以追求</li>
<li>But don't let anyone 但是别让任何人</li>
<li>Tear them away 把它们打消</li>
<li>Hold on坚持住</li>
<li>There will be tomorrow还有明天</li>
<li>In time最终</li>
<li>You'll find the way你会找到自己的路</li>
  </ul>
    </p>
</div>
body
{
  font-family: arial;
}
.c1{
  color: green;
  font-family:  "Times New Roman",Times,serif;
  background-color:  yellow;
  text-align:  center;
}
#section2{
  margin:  20px 0 0 0;
  border:  8px double yellowgreen;
  padding:  20px;
  background-color:  rgb(210,210,210);
}