<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>爱奇艺播放列表</title>
<style type="text/css">
li h2{
font-size:16px;
color:#4D4D4D;
}
li p:first-of-type{
color:#640000;
font-size:14px;
}
li p:last-of-type{
color:blue;
font-size:12px;
}
</style>
</head>
<h1>热播</h1>
<body>
<ul>
<li>
<img src="../img/img1.png">
<h2>神武赵子龙</h2>
<P>怒,林更新不抱网红抱女神</P>
<p>点击次数:242445次</p>
</li>
<li>
<img src="../img/img2.png">
<h2>旋风十一人</h2>
<p>胡歌变教练在撩前女友</p>
<P>点击次数:242445次</P>
</li>
<li>
<img src="../img/img3.png">
<h2>太阳的后裔</h2>
<p>宋慧乔吃嫩草</p>
<P>点击次数:242445次</P>
</li>
<li>
<img src="../img/img4.png">
<h2>山海经之赤影传说</h2>
<p>娜扎张翰再度联手</p>
<P>点击次数:242445次</P>
</li>
</ul>
</body>
</html>