SOURCE

console 命令行工具 X clear

                    
>
console
<h1>洛阳老城十字街</h1>
            带你走进小吃的世界<br/>
 洛阳有一条长长的古街<br/>
千百年间它用独特的方式<br/>
悠悠地诉说着神都古老的故事<br/>
<h3>洛阳古城有很多古街,每条古街都承载着历史的记忆和厚重的文化。西起十字街口、东到东门的东大街正是这样一条古街。</h3>
</div>
该街是隋唐洛阳城的宣仁门外大街,金元时期成为东城的主街,明末移钟鼓楼于东大街,因此该街又被称为鼓楼街或古楼街。<br
<a href="#" class="button">饮料</a>
<button class="button">饮料</button>
<button class="button">烧烤</button>
  <button class="button">水席</button>
<input type="button" class="button" value="小吃">
.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
  margin: 4px 2px;
    cursor: pointer;
}
h1
{
	text-shadow: 5px 5px 5px #FF0000;
  align-self:center;
}
img {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}

#image{
    background-image:url(2.jpg;)
    padding: 15px;
}
</style>
<style>
body
{
	background-color:#d0e4fe;
}
h1
{
	color:orange;
	text-align:center;
}
p
{
	font-family:"Times New Roman";
	font-size:20px;
}
</style>