Skip to content

Instantly share code, notes, and snippets.

@PleaseTryAgain
Created July 15, 2015 14:59
Show Gist options
  • Save PleaseTryAgain/c8d938a633584ef02685 to your computer and use it in GitHub Desktop.
Save PleaseTryAgain/c8d938a633584ef02685 to your computer and use it in GitHub Desktop.
the Introduction of Flea Market
<html>
<head>
</head>
<body>
<h1>Welcome to Flea Market</h1>
<button type="button" id="button1">Please Click Me</button>
<nav><ul>
<li><a href="#">Home</a></li>
<li><a href="http://www.58.com/sale/">Product</a></li>
<li><a href="http://baike.baidu.com/link?url=kwsbmdyP1DNNmGvecgBjCOWtziFdU8NRppUDrvGxfnKD_lGGqID8oXq_oIbD6RyRb36CDlWYuOq-dG-IFQx5XRMffmCu7c9A6TuSl-QjLO7">Introduction</a></li>
<li><a href="#">Contract</a></li>
<li><a href="http://codepen.io/cheerZ863/pen/XbYPJV">Join us</a></li>
</ul></nav>
<div>
<img src="http://img3.douban.com/view/event_poster/raw/public/34390ac938c5d82.jpg"/>
<img src="http://images.gz.house.sina.com.cn/2011/0720/S36126T1311143660266.jpg" alt="跳蚤市场海报"/>
<img src="http://yuhua.furongedu.com/AreaInfo/Upfiles/Info/20140102_094618.JPG" alt="小学生跳蚤市场海报"/>
<img src="http://huodong.jjh.k618.cn/61/attachments/pic/2012/10/12/20121012163700342.jpg" alt="跳蚤市场海报"/>
<img src="http://img.ycwb.com/news/attachement/jpg/site2/20110904/0016e6f36c060fcd1cbd09.jpg" alt="跳蚤市场"/>
</div>
<p>跳蚤市场(flea market)是欧美等西方国家对旧货地摊市场的别称。由一个个地摊摊位组成,市场规模大小不等。出售商品多是旧货、人们多余的物品及未曾用过但已过时的衣物等,小到衣服上的小装饰物,大到完整的旧汽车、录像机、电视机、洗衣机,一应俱全,应有尽有。价格低廉,仅为新货价格的10%~30%。跳蚤市场的管理松散。现在在大多数学校都会举办一年一度的跳蚤市场活动。</p>
<p>有关flea market的来源,有两种理论: 据语源学家克丽丝汀·安默儿说,flea market最初来源于纽约的Fly Market,Fly Market是纽约下曼哈顿地区的一个固定市场,这一市场从美国独立战争(1775年)之前一直延续到大约1816年。Fly这个词来源于该市场的荷兰语名称Vly或Vlie,这个词在荷兰语的意思是“山谷”,很巧的是,它在荷兰语中的发音正好和英语中的flea一样,所以就形成了英语中的flea market。</p>
<p>另一种说法是flea market起源于19世纪末的法国,Le Marche aux Puces(法语,字面意思相当于英语中的 market of the fleas)是巴黎专门卖便宜货的地方。早期的英国人经常将自己的旧衣服、旧东西在街上卖,而那些旧的东西里时常会有跳蚤、虱子等恶心的小虫子。逐渐地,人们就将这样卖旧货的地方叫做flea market(跳蚤市场)。而我们中国人呢也有跳蚤市场,但我们之中没有这些小虫子在里面,也就直译成了跳蚤市场。人们半开玩笑的说市场内的破烂商品里很可能到处都是跳蚤,该市场因此而得名。</P>
</body>
</html>
getElementByID("")=function(){
}
body{
background-color:yellow;
}
h1{
color:blue;
text-align:center;
}
nav{
width:1270px;
height:40px;
text-align:center;
margin:100px 0 0 0;
pading:0;
background-color:red;
}
nav ul{
float:left;
margin:0px;
pading:0 0 0 0;
list-style:none;
width:1270px;
}
nav ul li a{
float:left;
padding:12px 90px 10px;
text-align:center;
text-decoration:none;
outline:none;
background-color:pink;
font-size:14px;
outline:none;
}
nav ul li a:hover{
color:gray;
}
div{
text-align:center;
width:1050px;
height:400px;
overflow-x:scroll;
overflow-y:scroll;
margin-right:auto;
margin-left:auto;
padding:10px;
}
img{
width:900px;
height:400px;
padding:50px;
text-align:center;
background-color:pink;
}
p{
text-indent:2em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment